Home
last modified time | relevance | path

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

/aosp_15_r20/system/sepolicy/tools/
H A Dsepolicy-check.c65 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 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
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_stack.py169 def extract_stack_for_op(c_op, stacklevel=1): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Didentify_lstm.cc109 OperatorType c_op_type, Operator** c_op) { in MatchOperatorInputs()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dc_api_util.py232 def tf_output(c_op, index): argument
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dwhile_v2.py1441 def __init__(self, c_op, g): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc177 tensorflow::Safe_PyObjectPtr c_op( in InputTFE_InputTensorHandles() local