/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
operation.pyx.pxi | 35 self.c_op.type = GRPC_OP_SEND_INITIAL_METADATA 36 self.c_op.flags = self._flags 40 self.c_op.data.send_initial_metadata.metadata = self._c_initial_metadata 41 self.c_op.data.send_initial_metadata.count = self._c_initial_metadata_count 42 self.c_op.data.send_initial_metadata.maybe_compression_level.is_set = 0 59 self.c_op.type = GRPC_OP_SEND_MESSAGE 60 self.c_op.flags = self._flags 66 self.c_op.data.send_message.send_message = self._c_message_byte_buffer 81 self.c_op.type = GRPC_OP_SEND_CLOSE_FROM_CLIENT 82 self.c_op.flags = self._flag [all...] |
tag.pyx.pxi | 64 self.c_ops[index] = (<Operation>operation).c_op 69 (<Operation>operation).c_op = self.c_ops[index]
|
operation.pxd.pxi | 22 cdef grpc_op c_op
|
/external/tensorflow/tensorflow/python/framework/ |
c_api_util.py | 174 def tf_output(c_op, index): 178 c_op: wrapped TF_Operation 185 ret.oper = c_op 201 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos) 202 while c_op is not None: 203 yield c_op 204 c_op, pos = c_api.TF_GraphNextOperation(graph._c_graph, pos) 221 for c_op in tf_operations(graph): 223 graph._get_operation_by_tf_operation(c_op) # pylint: disable=protected-access 225 yield c_op [all...] |
ops.py | [all...] |
ops_test.py | 741 c_op = ops._create_c_op( 743 op = g._create_op_from_tf_operation(c_op) 761 c_op = ops._create_c_op(g, ops._NodeDef("Identity", "myop"), [x], []) 762 op = g._create_op_from_tf_operation(c_op) 772 c_op = ops._create_c_op(g, ops._NodeDef("IntOutput", "myop"), [], []) 774 op = g._create_op_from_tf_operation(c_op) [all...] |
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
identify_lstm.cc | 109 OperatorType c_op_type, Operator** c_op) { 126 if (!ValidateSourceOp(model, op.inputs[2], c_op_type, c_op)) {
|
/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...] |
/external/tensorflow/tensorflow/python/keras/engine/ |
base_layer.py | [all...] |
/bionic/libc/kernel/uapi/asm-mips/asm/ |
inst.h | 758 __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 | 651 __BITFIELD_FIELD(unsigned int c_op : 3,
|