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

Method Name

tensorflow/go/operation.go:34–36  ·  view source on GitHub ↗

Name returns the name of the operation.

()

Source from the content-addressed store, hash-verified

32
33// Name returns the name of the operation.
34func (op *Operation) Name() string {
35 return C.GoString(C.TF_OperationName(op.c))
36}
37
38// Type returns the name of the operator used by this operation.
39func (op *Operation) Type() string {

Callers 15

full_name_nodeFunction · 0.45
_cast_transformerFunction · 0.45
_wrap_labelFunction · 0.45
astMethod · 0.45
test_ast_to_sourceMethod · 0.45
test_ast_to_objectMethod · 0.45
_processMethod · 0.45
_process_body_itemMethod · 0.45
_convert_to_astFunction · 0.45
test_basicMethod · 0.45

Calls

no outgoing calls

Tested by 12

test_ast_to_sourceMethod · 0.36
test_ast_to_objectMethod · 0.36
_process_body_itemMethod · 0.36
test_basicMethod · 0.36
test_copyMethod · 0.36
test_duplicateMethod · 0.36
test_formatMethod · 0.36
hasOperationsFunction · 0.36
TestOperationLifetimeFunction · 0.36
TestOperationConsumersFunction · 0.36