MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Type

Method Type

tensorflow/go/operation.go:39–41  ·  view source on GitHub ↗

Type returns the name of the operator used by this operation.

()

Source from the content-addressed store, hash-verified

37
38// Type returns the name of the operator used by this operation.
39func (op *Operation) Type() string {
40 return C.GoString(C.TF_OperationOpType(op.c))
41}
42
43// NumOutputs returns the number of outputs of op.
44func (op *Operation) NumOutputs() int {

Callers 3

shapeAndDataTypeOfFunction · 0.45
encodeTensorFunction · 0.45
TestOperationLifetimeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOperationLifetimeFunction · 0.36