Packages

p

lamp

onnx

package onnx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. onnx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Converted(node: NodeProto, constants: Seq[TensorProto] = Nil) extends Product with Serializable
  2. trait DefaultOpSet1 extends OpSet
  3. trait NameMap extends AnyRef
  4. trait OpSet extends AnyRef
  5. case class VariableInfo(variable: Variable, name: String, input: Boolean, docString: String = "") extends Product with Serializable

Value Members

  1. val a: ModelProto
  2. def serialize(output: Variable, domain: String = "org.domain", modelDocString: String = "", opset: OpSet = DefaultOpSet)(infoFun: PartialFunction[Variable, VariableInfo]): ModelProto
  3. def serializeToFile(file: File, output: Variable, domain: String = "org.domain", modelDocString: String = "", opset: OpSet = DefaultOpSet)(infoFun: PartialFunction[Variable, VariableInfo]): Unit
  4. def tensorAsByteString(t: STen): ByteString
  5. object DefaultOpSet extends DefaultOpSet1
  6. object Ops

Inherited from AnyRef

Inherited from Any

Ungrouped