Ops

object Ops
class Object
trait Matchable
class Any
Ops.type

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