package onnx
- Alphabetic
- By Inheritance
- onnx
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class Converted(node: NodeProto, constants: Seq[TensorProto] = Nil) extends Product with Serializable
- trait DefaultOpSet1 extends OpSet
- trait NameMap extends AnyRef
- trait OpSet extends AnyRef
- case class VariableInfo(variable: Variable, name: String, input: Boolean, docString: String = "") extends Product with Serializable
Value Members
- def serialize(output: Variable, domain: String = "org.domain", modelDocString: String = "", opset: OpSet = DefaultOpSet)(infoFun: PartialFunction[Variable, VariableInfo]): ModelProto
- def serializeToFile(file: File, output: Variable, domain: String = "org.domain", modelDocString: String = "", opset: OpSet = DefaultOpSet)(infoFun: PartialFunction[Variable, VariableInfo]): Unit
- object DefaultOpSet extends DefaultOpSet1
- object Ops