MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _create_c_op

Method _create_c_op

tensorflow/python/framework/ops.py:1527–1570  ·  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)")

(self, 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.95

Calls 3

itemsMethod · 0.80
_as_tf_outputMethod · 0.45
SerializeToStringMethod · 0.45

Tested by

no test coverage detected