Home
last modified time | relevance | path

Searched defs:c_op (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_stack.py169 def extract_stack_for_op(c_op, stacklevel=1): argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm.cc109 OperatorType c_op_type, Operator** c_op) { in MatchOperatorInputs()
/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py232 def tf_output(c_op, index): argument
Dops.py2119 def _from_c_op(cls, c_op, g): argument
2138 def _init_from_c_op(self, c_op, g): argument
3810 def _create_op_from_tf_operation(self, c_op, compute_device=True): argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc173 Output c_op = const_op("c_op", {m, k}, {1}); in TestIgnoreOps() local
1247 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); in TestMergeDuplicateConsts() local
1296 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); in TestMergeDuplicatesNested() local
1346 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); in TestMergeDuplicatesInOut() local
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2.py1441 def __init__(self, c_op, g): argument
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc177 tensorflow::Safe_PyObjectPtr c_op( in InputTFE_InputTensorHandles() local