object Node extends GeneratedMessageCompanion[Node]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Node
- GeneratedMessageCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
InputInfo(precedingNode: Int = 0, precedingPort: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[InputInfo] with Product with Serializable
Inputs of this node.
Inputs of this node. They must be executed before this node can be executed. An input is a particular output of another node, specified by the node id and the output index.
- Annotations
- @SerialVersionUID()
- implicit class NodeLens[UpperPB] extends ObjectLens[UpperPB, Node]
-
final
case class
OutputInfo(size: Long = 0L, aliasInputPort: Long = 0L, shape: Option[TensorShapeProto] = _root_.scala.None, dtype: DataType = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[OutputInfo] with Product with Serializable
Outputs of this node.
Outputs of this node.
- aliasInputPort
If >= 0, the output is an alias of an input. Note that an alias input may itself be an alias. The algorithm will therefore need to follow those pointers.
- Annotations
- @SerialVersionUID()
-
type
ValueType = Node
- Definition Classes
- GeneratedMessageCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val COMPUTE_COST_FIELD_NUMBER: Int(9)
- final val COMPUTE_TIME_FIELD_NUMBER: Int(14)
- final val CONTROL_INPUT_FIELD_NUMBER: Int(8)
- final val DEVICE_FIELD_NUMBER: Int(2)
- final val DEVICE_PERSISTENT_MEMORY_SIZE_FIELD_NUMBER: Int(16)
- final val DEVICE_TEMP_MEMORY_SIZE_FIELD_NUMBER: Int(11)
- final val HOST_TEMP_MEMORY_SIZE_FIELD_NUMBER: Int(10)
- final val ID_FIELD_NUMBER: Int(3)
- final val INACCURATE_FIELD_NUMBER: Int(17)
- final val INPUT_INFO_FIELD_NUMBER: Int(4)
- final val IS_FINAL_FIELD_NUMBER: Int(7)
- final val MEMORY_TIME_FIELD_NUMBER: Int(15)
- final val NAME_FIELD_NUMBER: Int(1)
- final val OUTPUT_INFO_FIELD_NUMBER: Int(5)
- final val PERSISTENT_MEMORY_SIZE_FIELD_NUMBER: Int(12)
- final val TEMPORARY_MEMORY_SIZE_FIELD_NUMBER: Int(6)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
lazy val
defaultInstance: Node
- Definition Classes
- Node → GeneratedMessageCompanion
-
def
enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Node → GeneratedMessageCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromAscii(s: String): Node
- Definition Classes
- GeneratedMessageCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: Descriptor
- Definition Classes
- Node → GeneratedMessageCompanion
-
def
merge(a: Node, input: CodedInputStream): Node
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[Node]
-
def
messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Node → GeneratedMessageCompanion
-
implicit
def
messageReads: Reads[Node]
- Definition Classes
- Node → GeneratedMessageCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- Node → GeneratedMessageCompanion
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def of(name: String, device: String, id: Int, inputInfo: Seq[InputInfo], outputInfo: Seq[OutputInfo], temporaryMemorySize: Long, persistentMemorySize: Long, hostTempMemorySize: Long, deviceTempMemorySize: Long, devicePersistentMemorySize: Long, computeCost: Long, computeTime: Long, memoryTime: Long, isFinal: Boolean, controlInput: Seq[Int], inaccurate: Boolean): Node
-
def
parseDelimitedFrom(input: InputStream): Option[Node]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseDelimitedFrom(input: CodedInputStream): Option[Node]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(_input__: CodedInputStream): Node
- Definition Classes
- Node → GeneratedMessageCompanion
-
def
parseFrom(s: Array[Byte]): Node
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: InputStream): Node
- Definition Classes
- GeneratedMessageCompanion
-
def
scalaDescriptor: Descriptor
- Definition Classes
- Node → GeneratedMessageCompanion
-
def
streamFromDelimitedInput(input: InputStream): Stream[Node]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(a: Node): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(s: Array[Byte]): Try[Node]
- Definition Classes
- GeneratedMessageCompanion
-
def
validateAscii(s: String): Either[TextFormatError, Node]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object InputInfo extends GeneratedMessageCompanion[InputInfo]
- object OutputInfo extends GeneratedMessageCompanion[OutputInfo]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated