Home
last modified time | relevance | path

Searched refs:AsProtoTensorContent (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dsummary_tensor_op.cc48 tensor.AsProtoTensorContent(v->mutable_tensor()); in Compute()
90 tensor.AsProtoTensorContent(v->mutable_tensor()); in Compute()
Dparse_tensor_op.cc80 tensor.AsProtoTensorContent(&proto); in Compute()
Dserialize_sparse_op.cc116 input.AsProtoTensorContent(&proto); in Serialize()
158 input.AsProtoTensorContent(&proto); in operator ()()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc66 feeds_[i].second.AsProtoTensorContent(out_tensor); in FeedValue()
119 feeds_[i].second.AsProtoTensorContent(feed->mutable_tensor()); in ToProto()
172 value.AsProtoTensorContent(value_proto); in add_feed()
411 sends_[i].second.AsProtoTensorContent(send->mutable_tensor()); in ToProto()
622 recvs_[i].second.AsProtoTensorContent(out_tensor); in RecvValue()
700 value.AsProtoTensorContent(value_proto); in AddRecv()
771 value.AsProtoTensorContent(value_proto); in AddRecv()
Dtensor_coding_test.cc82 src.AsProtoTensorContent(proto.mutable_tensor()); in Validate()
170 src.AsProtoTensorContent(proto.mutable_tensor()); in MakeFloatTensorTestCase()
Dcluster_function_library_runtime.cc284 args[i].AsProtoTensorContent(send->mutable_tensor()); in Run()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc58 tensor.AsProtoTensorContent(&p); in TensorProtoHash()
89 lhs_t.AsProtoTensorContent(&lhs_tp); in AreTensorProtosEqual()
92 rhs_t.AsProtoTensorContent(&rhs_tp); in AreTensorProtosEqual()
549 value.AsProtoTensorContent(out->mutable_tensor()); in SetAttrValue()
559 v.AsProtoTensorContent(out->mutable_list()->add_tensor()); in SetAttrValue()
Dtensor.proto33 // Serialized raw tensor content from either Tensor::AsProtoTensorContent or
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils_test.cc47 original.AsProtoTensorContent(&proto); in TEST()
Dgeneric_layout_optimizer.cc362 paddings_t.AsProtoTensorContent(permuted_paddings_tensor.mutable_tensor()); in EraseCancellableNodesAroundPad()
Dlayout_optimizer.cc430 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodePermConst()
454 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeConstScalar()
859 tensor.AsProtoTensorContent( in UpdateAttrValue()
1415 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeShapeConst()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util_test.cc71 tensors[j].AsProtoTensorContent(&proto); in SnapshotRoundTrip()
72 read_tensors[j].AsProtoTensorContent(&read_proto); in SnapshotRoundTrip()
Dsnapshot_util.cc119 tensor.AsProtoTensorContent(&proto); in WriteTensors()
206 tensor.AsProtoTensorContent(t); in WriteTensors()
238 tensor.AsProtoTensorContent(&proto); in WriteTensors()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dconstant_loading_test.cc67 expected.AsProtoTensorContent(&proto); in TEST_P()
/external/tensorflow/tensorflow/core/data/
Dcompression_utils.cc37 component.AsProtoTensorContent(&non_memcpy_components.back()); in CompressElement()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc263 shp_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
295 true_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
403 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeAttr()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding.cc162 val.AsProtoTensorContent(response.mutable_tensor()); in EncodeTensorToByteBuffer()
Dgrpc_session.cc91 parsed.AsProtoTensorContent(proto); in ReEncodeConsts()
449 feed.AsProtoTensorContent(req.mutable_feed()->Add()); in RunCallable()
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc84 t.AsProtoTensorContent(v->mutable_tensor()); in WriteTensor()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc326 tensor.AsProtoTensorContent(local_handle->mutable_tensor()); in SerializePackedHandle()
437 tensor.AsProtoTensorContent(send_tensor->add_tensors()); in StartRemoteSendTensor()
Dcluster_function_library_runtime.cc181 absl::get<Tensor>(arg).AsProtoTensorContent( in Run()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h87 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeTensorAttr()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model.cc161 variable_value.AsProtoTensorContent( in ConvertVariableToConstant()
/external/tensorflow/tensorflow/cc/framework/
Dops.h185 tensor.AsProtoTensorContent(&tensor_proto);
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor.cc71 input_tensor.AsProtoTensorContent(&tensor_proto); in ConvertToProto()

12