HomeSort by relevance Sort by last modified time
    Searched refs:c_op (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/python/framework/
c_api_util.py 99 def tf_output(c_op, index):
103 c_op: wrapped TF_Operation
110 ret.oper = c_op
126 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
127 while c_op is not None:
128 yield c_op
129 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos)
146 for c_op in tf_operations(graph):
148 graph._get_operation_by_tf_operation(c_op) # pylint: disable=protected-access
150 yield c_op
    [all...]
ops.py     [all...]
ops_test.py 746 c_op = ops._create_c_op(
748 op = g._create_op_from_tf_operation(c_op)
770 c_op = ops._create_c_op(g, ops._NodeDef("Identity", "myop"), [x], [])
771 op = g._create_op_from_tf_operation(c_op)
785 c_op = ops._create_c_op(g, ops._NodeDef("IntOutput", "myop"), [], [])
787 op = g._create_op_from_tf_operation(c_op)
    [all...]
  /system/sepolicy/tools/
sepolicy-check.c 65 int c_op, uint32_t target_class,
88 match &= check(c_op, target_class, cur->key.target_class);
123 int c_op = parse_ops(&c); local
144 if (c_op != ANY) {
170 if (c_op != ANY)
176 c_op, key.target_class,
184 c_op, key.target_class,
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm.cc 143 OperatorType c_op_type, Operator** c_op) {
198 if (c_op != nullptr) {
199 *c_op = z;
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 173 Output c_op = const_op("c_op", {m, k}, {1}); local
176 Output mul_op = Mul(root.WithOpName("mul"), c_op, d_op);
1247 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); local
1296 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); local
1346 Output c_op = Const(root.WithOpName("c_op"), Input::Initializer(c_tensor)); local
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 757 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FIELD(unsigned int simmediate : 16,;
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 650 __BITFIELD_FIELD(unsigned int c_op : 3,
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
replicate_model_fn_test.py     [all...]

Completed in 659 milliseconds