MCPcopy Create free account
hub / github.com/alibaba/nann / __init__

Method __init__

tensorflow/tensorflow/python/framework/ops.py:1637–1789  ·  view source on GitHub ↗

r"""Creates an `Operation`. NOTE: This constructor validates the name of the `Operation` (passed as `node_def.name`). Valid `Operation` names match the following regular expression: [A-Za-z0-9.][A-Za-z0-9_.\\-/]* Args: node_def: `node_def_pb2.NodeDef`. `NodeDef` for

(self,
               node_def,
               g,
               inputs=None,
               output_types=None,
               control_inputs=None,
               input_types=None,
               original_op=None,
               op_def=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

typeFunction · 0.85
TypeErrorFunction · 0.85
allFunction · 0.85
_create_c_opFunction · 0.85
_next_idMethod · 0.80
_get_op_defMethod · 0.80
TensorClass · 0.70
rangeFunction · 0.50
matchMethod · 0.45
is_compatible_withMethod · 0.45

Tested by

no test coverage detected