/external/tensorflow/tensorflow/python/framework/ |
D | fast_tensor_util.pyx | 10 tensor_proto, np.ndarray[np.uint16_t, ndim=1] nparray): argument 22 tensor_proto, np.ndarray[np.uint16_t, ndim=1] nparray): argument 30 tensor_proto, np.ndarray[np.float32_t, ndim=1] nparray): argument 38 tensor_proto, np.ndarray[np.float64_t, ndim=1] nparray): argument 46 tensor_proto, np.ndarray[np.int32_t, ndim=1] nparray): argument 53 tensor_proto, np.ndarray[np.uint32_t, ndim=1] nparray): argument 60 tensor_proto, np.ndarray[np.int64_t, ndim=1] nparray): argument 67 tensor_proto, np.ndarray[np.uint64_t, ndim=1] nparray): argument 74 tensor_proto, np.ndarray[np.uint8_t, ndim=1] nparray): argument 82 tensor_proto, np.ndarray[np.uint16_t, ndim=1] nparray): argument [all …]
|
D | tensor_util.py | 49 def SlowAppendFloat16ArrayToTensorProto(tensor_proto, proto_values): argument 54 def _MediumAppendFloat16ArrayToTensorProto(tensor_proto, proto_values): argument 66 def SlowAppendBFloat16ArrayToTensorProto(tensor_proto, proto_values): argument 71 def FastAppendBFloat16ArrayToTensorProto(tensor_proto, proto_values): argument 125 def SlowAppendFloat32ArrayToTensorProto(tensor_proto, proto_values): argument 128 def SlowAppendFloat64ArrayToTensorProto(tensor_proto, proto_values): argument 131 def SlowAppendIntArrayToTensorProto(tensor_proto, proto_values): argument 134 def SlowAppendInt64ArrayToTensorProto(tensor_proto, proto_values): argument 137 def SlowAppendQIntArrayToTensorProto(tensor_proto, proto_values): argument 140 def SlowAppendUInt32ArrayToTensorProto(tensor_proto, proto_values): argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unique_op_test.cc | 39 TensorProto tensor_proto; in GetRandomInt32TensorProto() local 52 TensorProto tensor_proto; in GetRandomInt32TensorProtoWithRepeat() local 106 TensorProto tensor_proto; in GetRandomStringsTensorProto() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util_test.cc | 437 TensorProto tensor_proto = in TEST() local 459 TensorProto tensor_proto = in TEST() local 512 TensorProto tensor_proto; in CreateAsProtoTensorContent() local 522 TensorProto tensor_proto; in CreateAsProtoField() local 542 TensorProto tensor_proto = in ConstantTailTest() local
|
D | device_base.h | 243 virtual Status MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_device.cc | 45 Status SYCLDevice::MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | single_threaded_cpu_device.cc | 65 Status MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|
D | threadpool_device.cc | 92 const TensorProto& tensor_proto, const AllocatorAttributes alloc_attrs, in MakeTensorFromProto()
|
D | renamed_device.h | 91 Status MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|
D | constant_folding_test.cc | 54 const TensorProto* tensor_proto; in ExpectNodeClose() local 67 const TensorProto* tensor_proto; in ExpectNodeEqual() local
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_testlib.cc | 54 const TensorProto& tensor_proto = val.tensor(); in SendEvents() local
|
D | debug_io_utils.cc | 129 TensorProto* tensor_proto, in WrapStringTensorAsEvents() 190 TensorProto tensor_proto; in WrapTensorAsEvents() local
|
/external/tensorflow/tensorflow/contrib/util/ |
D | convert_graphdef_memmapped_format_lib.cc | 45 const TensorProto& tensor_proto = value.tensor(); in ConvertConstantsToImmutable() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 71 Status DeviceSimple::MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compilation_device.cc | 119 const TensorProto& tensor_proto, const AllocatorAttributes alloc_attrs, in MakeTensorFromProto()
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_worker.cc | 98 TensorProto* tensor_proto = proto->mutable_tensor(); in GrpcRecvTensorAsync() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.h | 86 TensorProto tensor_proto; in SetNodeTensorAttr() local
|
D | transform_utils_test.cc | 186 TensorProto tensor_proto = node.attr().at("foo").tensor(); in TestSetNodeTensorAttr() local 202 TensorProto tensor_proto = node.attr().at("foo").tensor(); in TestSetNodeTensorAttrWithTensor() local 212 TensorProto tensor_proto; in TestGetNodeTensorAttr() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 372 TensorProto tensor_proto; in MakeTensorProtoFromShape() local 392 const TensorProto& tensor_proto, in MakeConstNodeDefFromTensorProto() 791 auto* tensor_proto = src_ctx->output_tensor_protos[src_output]; in UpdateNode() local 1315 TensorProto tensor_proto; in UpdateOutputShapesAndValues() local 1381 const TensorProto& tensor_proto = node.attr().at("value").tensor(); in MaybeUpdateNodeContextOutput() local 1628 TensorProto tensor_proto; in MakeIntegerScalarTensorProto() local 1641 const TensorProto& tensor_proto, in MaybeTensorProtoToShape()
|
D | op_level_cost_estimator_test.cc | 338 TensorProto* tensor_proto) { in GetTensorProto() 386 auto* tensor_proto = op_info.mutable_inputs(0)->mutable_value(); in DescribePoolingOp() local 936 TensorProto tensor_proto; in TEST_F() local
|
D | utils.cc | 66 for (const auto& tensor_proto : attr_value.list().tensor()) { in ExtractTensors() local
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_rewrite.cc | 203 TensorProto tensor_proto = TensorFromShape(shape_proto); in ReplaceBroadcast() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_service_impl.cc | 282 for (const auto& tensor_proto : request->tensors()) { in SendTensor() local
|
D | eager_service_impl_test.cc | 84 void SetTensorProto(TensorProto* tensor_proto) { in SetTensorProto()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device.cc | 440 Status XlaDevice::MakeTensorFromProto(const TensorProto& tensor_proto, in MakeTensorFromProto()
|