GraphProtoLens

class GraphProtoLens[UpperPB](_l: Lens[UpperPB, GraphProto]) extends ObjectLens[UpperPB, GraphProto]
class ObjectLens[UpperPB, GraphProto]
trait Lens[UpperPB, GraphProto]
class Object
trait Matchable
class Any

Value members

Concrete methods

def docString: Lens[UpperPB, String]
def initializer: Lens[UpperPB, Seq[TensorProto]]
def input: Lens[UpperPB, Seq[ValueInfoProto]]
def name: Lens[UpperPB, String]
def node: Lens[UpperPB, Seq[NodeProto]]
def optionalDocString: Lens[UpperPB, Option[String]]
def optionalName: Lens[UpperPB, Option[String]]
def output: Lens[UpperPB, Seq[ValueInfoProto]]
def quantizationAnnotation: Lens[UpperPB, Seq[TensorAnnotation]]
def sparseInitializer: Lens[UpperPB, Seq[SparseTensorProto]]
def valueInfo: Lens[UpperPB, Seq[ValueInfoProto]]

Inherited methods

def :=(a: GraphProto): () => UpperPB
Inherited from
Lens
def compose[B](other: Lens[GraphProto, B]): Lens[UpperPB, B]
Inherited from
Lens
def field[A](getter: GraphProto => A)(setter: (GraphProto, A) => GraphProto): Lens[UpperPB, A]
Inherited from
ObjectLens
def field[A](lens: Lens[GraphProto, A]): Lens[UpperPB, A]
Inherited from
ObjectLens
override def get(u: UpperPB): GraphProto
Definition Classes
ObjectLens -> Lens
Inherited from
ObjectLens
def modify(f: GraphProto => GraphProto): () => UpperPB
Inherited from
Lens
override def set(c: GraphProto): () => UpperPB
Definition Classes
ObjectLens -> Lens
Inherited from
ObjectLens
def setIfDefined(aOpt: Option[GraphProto]): () => UpperPB
Inherited from
Lens
def update(ms: Lens[GraphProto, GraphProto] => () => GraphProto*): () => UpperPB
Inherited from
ObjectLens
def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (GraphProto, B)]
Inherited from
Lens