Searched defs:c_op (Results  1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/python/util/ | 
| D | tf_stack.py | 169 def extract_stack_for_op(c_op, stacklevel=1):  argument
  | 
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ | 
| D | identify_lstm.cc | 109                          OperatorType c_op_type, Operator** c_op) {  in MatchOperatorInputs()
  | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | c_api_util.py | 232 def tf_output(c_op, index):  argument
  | 
| D | ops.py | 2119   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/ | 
| D | quantize_nodes_test.cc | 173     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/ | 
| D | while_v2.py | 1441   def __init__(self, c_op, g):  argument
  | 
| /external/tensorflow/tensorflow/python/ | 
| D | tfe_wrapper.cc | 177         tensorflow::Safe_PyObjectPtr c_op(  in InputTFE_InputTensorHandles()  local
  |