Ops

lamp.onnx.Ops$
object Ops

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type

Members list

Value members

Concrete methods

def apply(output: VariableNonConstant, opType: String, attributes: Seq[AttributeProto], domain: Option[String])(makeName: NameMap): Converted
def attr(name: String, value: Long): AttributeProto
def attr(name: String, value: Float): AttributeProto
def attrLongSeq(name: String, value: Seq[Long]): AttributeProto
def tensorFromDoubleScalar(d: Double, `type`: Byte): TensorProto
def tensorFromDoubleVec(vec: Seq[Double], `type`: Byte): TensorProto
def tensorFromLongVec(vec: Seq[Long]): TensorProto
def tensorFromSTen(d: STen): TensorProto