Click or drag to resize

Operation Methods

https://www.emgu.com/wiki/index.php/Emgu_TF

The Operation type exposes the following members.

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
See Also