Click or drag to resize

Operation Class

https://www.emgu.com/wiki/index.php/Emgu_TF
Tensorflow operation
Inheritance Hierarchy
SystemObject
  Emgu.TFOperation

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public class Operation

The Operation type exposes the following members.

Properties
  NameDescription
Public propertyControlInputs
Get list of all control inputs to an operation.
Public propertyControlOutputs
Get the list of operations that have the current operation as a control input.
Public propertyDevice
Get the name of the device this operation runs on
Public propertyEmpty
Return true if the operation is empty
Public propertyInputs
Get the inputs
Public propertyName
Get the name of the operation
Public propertyNumControlInputs
Get the number of control inputs
Public propertyNumControlOutputs
Get the number of control outputs.
Public propertyNumInputs
Get the number of inputs for this operation
Public propertyNumOutputs
Get the number of outputs for this operation
Public propertyOpType
Get the operation type
Public propertyOutputs
Get the outputs
Public propertyPtr
Get the unmanaged pointer to the Operation
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttrBool
Get the bool value of the attribute
Public methodGetAttrIntList
Get the value of the attribute that is a list of Int64
Public methodGetAttrMetadata
Get the metadata of the attribute
Public methodGetAttrShape
Get the shape value of the attribute
Public methodGetAttrString
Get the value of the attribute that is a String
Public methodGetAttrTensor
Get the value of the attribute that is a Tensor
Public methodGetAttrTensorShapeProto
Get the tensor shape proto value of the attribute
Public methodGetAttrType
Get the attribute type
Public methodGetAttrValueProto
Get the protobuf value of the attribute
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also