Searched defs:c_op (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/system/sepolicy/tools/ |
H A D | sepolicy-check.c | 65 int c_op, uint32_t target_class, in expand_and_check() 123 int c_op = parse_ops(&c); in check_rule() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | tf_stack.py | 169 def extract_stack_for_op(c_op, stacklevel=1): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | identify_lstm.cc | 109 OperatorType c_op_type, Operator** c_op) { in MatchOperatorInputs()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | c_api_util.py | 232 def tf_output(c_op, index): argument
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | while_v2.py | 1441 def __init__(self, c_op, g): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | tfe_wrapper.cc | 177 tensorflow::Safe_PyObjectPtr c_op( in InputTFE_InputTensorHandles() local
|