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

Function _create_c_op

tensorflow/tensorflow/python/framework/ops.py:1567–1612  ·  view source on GitHub ↗

Creates a TF_Operation. Args: graph: a `Graph`. node_def: `node_def_pb2.NodeDef` for the operation to create. inputs: A list of `Tensor`s (corresponding to scalar inputs) and lists of `Tensor`s (corresponding to sequence inputs, e.g. "int64 * N", "list(int64)"). The length

(graph, node_def, inputs, control_inputs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.85

Calls 2

_as_tf_outputMethod · 0.45
SerializeToStringMethod · 0.45

Tested by

no test coverage detected