lamp.onnx

package lamp.onnx

Members list

Type members

Classlikes

case class Converted(node: NodeProto, constants: Seq[TensorProto])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DefaultOpSet extends DefaultOpSet1

Attributes

Supertypes
trait OpSet
class Object
trait Matchable
class Any
Self type
trait DefaultOpSet1 extends OpSet

Attributes

Supertypes
trait OpSet
class Object
trait Matchable
class Any
Known subtypes
object DefaultOpSet.type
trait NameMap

Attributes

Supertypes
class Object
trait Matchable
class Any
trait OpSet

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DefaultOpSet.type
object Ops

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type
case class VariableInfo(variable: Variable, name: String, input: Boolean, docString: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def serialize(output: Variable, domain: String, modelDocString: String, opset: OpSet)(infoFun: PartialFunction[Variable, VariableInfo]): ModelProto
def serializeToFile(file: File, output: Variable, domain: String, modelDocString: String, opset: OpSet)(infoFun: PartialFunction[Variable, VariableInfo]): Unit