/external/tensorflow/tensorflow/dtensor/python/ |
D | layout.py | 202 return self.as_proto().SerializeToString() == other.as_proto( 213 return hash(self.as_proto().SerializeToString(deterministic=True)) 222 def as_proto(self) -> layout_pb2.MeshProto: member in Mesh 440 mesh_proto = self.as_proto() 574 def as_proto(self) -> layout_pb2.LayoutProto: member in Layout 641 return self.mesh.as_proto() 683 return self.as_proto().SerializeToString()
|
/external/tensorflow/tensorflow/lite/tools/signature/ |
D | signature_def_utils_test.py | 42 tensor_shape=tf.TensorShape([1, 8, 8, 3]).as_proto()) 46 tensor_shape=tf.TensorShape([1, 8, 8, 3]).as_proto())
|
/external/cronet/base/trace_event/ |
D | trace_arguments.h | 237 perfetto::protos::pbzero::DebugAnnotation>* as_proto; member 396 as_proto = new protozero::HeapBuffered< 399 perfetto::internal::CreateTracedValueFromProto(as_proto->get()), 702 delete values_[n].as_proto;
|
/external/tensorflow/tensorflow/python/util/ |
D | example_parser_configuration.py | 110 tensor_shape.TensorShape(dense_shapes[i]).as_proto()) 180 tensor_shape.TensorShape(dense_shapes[i]).as_proto())
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/ |
D | ukey2_handshake.rs | 193 .max_by_key(|c| c.cipher().as_proto() as i32) in handle_client_init() 272 server_init.set_handshake_cipher(commitment.cipher().as_proto()); in from() 433 handshake_cipher: Some(HandshakeCipher::Curve25519Sha512.as_proto().into()), in from() 439 handshake_cipher: Some(HandshakeCipher::P256Sha512.as_proto().into()), in from()
|
D | tests.rs | 101 handshake_cipher: Some(cipher.as_proto().into()), in advance_from_init_to_complete_server_x25519_test() 158 handshake_cipher: Some(cipher.as_proto().into()), in advance_from_init_to_complete_server_p256_test()
|
D | proto_adapter.rs | 114 pub(crate) fn as_proto(&self) -> ukey::Ukey2HandshakeCipher { in as_proto() method
|
/external/tensorflow/tensorflow/python/eager/ |
D | graph_only_ops.py | 31 shape = attr_value_pb2.AttrValue(shape=shape.as_proto())
|
D | backprop.py | 93 return tensor_shape.as_shape(value).as_proto() 95 return [tensor_shape.as_shape(v).as_proto() for v in value]
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | utils_impl.py | 82 tensor_shape=tensor.get_shape().as_proto()) 141 tensor_shape=tensor_shape.unknown_shape().as_proto(),
|
D | nested_structure_coder.py | 362 tensor_shape_value.as_proto())
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape_test.py | 468 self.assertTrue(tensor_shape.unknown_shape().as_proto().unknown_rank) 469 self.assertFalse(tensor_shape.unknown_shape(rank=3).as_proto().unknown_rank) 471 tensor_shape.TensorShape([1, 2, 3]).as_proto().unknown_rank) 473 tensor_shape.TensorShape([1, None, 3]).as_proto().unknown_rank)
|
D | tensor_shape.py | 1240 return self.as_proto() 1362 def as_proto(self): member in TensorShape
|
D | function_def_to_graph.py | 200 input_shape = input_shape.as_proto()
|
/external/tensorflow/tensorflow/python/ops/linalg/sparse/ |
D | sparse_csr_matrix_ops.py | 68 return _create_handle_data_proto(tensor.shape.as_proto(), 136 c_handle = _create_handle_data_proto(c_shape.as_proto(),
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.experimental.dtensor.-layout.pbtxt | 10 name: "as_proto"
|
D | tensorflow.experimental.dtensor.-mesh.pbtxt | 26 name: "as_proto"
|
D | tensorflow.-tensor-shape.pbtxt | 28 name: "as_proto"
|
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
D | aggregate_ops_test.py | 88 tensor_shape=tensor_shape.TensorShape([]).as_proto(),
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-tensor-shape.pbtxt | 28 name: "as_proto"
|
/external/tensorflow/tensorflow/lite/python/ |
D | util.py | 243 signature.inputs[array.name].tensor_shape.CopyFrom(array.shape.as_proto()) 248 signature.outputs[array.name].tensor_shape.CopyFrom(array.shape.as_proto())
|
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 75 shape=element_shape.as_proto(),
|
D | parsing_config.py | 458 return [shape.as_proto() for shape in self.dense_shapes]
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | constant_op_test.py | 145 tensor_shape=tensor_shape.TensorShape([]).as_proto(), 571 tensor_shape=tensor_shape.TensorShape([]).as_proto(),
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/ |
D | model_handler.py | 106 shape = _get_concrete_tensor_shape(tensor.shape.as_proto(), batch_size)
|