Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc68 feeds_[i].second.AsProtoTensorContent(out_tensor); in FeedValue()
117 feeds_[i].second.AsProtoTensorContent(feed->mutable_tensor()); in ToProto()
170 value.AsProtoTensorContent(value_proto); in add_feed()
373 sends_[i].second.AsProtoTensorContent(send->mutable_tensor()); in ToProto()
544 recvs_[i].second.AsProtoTensorContent(out_tensor); in RecvValue()
622 value.AsProtoTensorContent(value_proto); in AddRecv()
693 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.cc188 args[i].AsProtoTensorContent(send->mutable_tensor()); in Run()
Dmaster_test.cc105 feed_tensor->AsProtoTensorContent(f->mutable_tensor()); in RunStep()
/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.cc95 input.AsProtoTensorContent(&proto); in Serialize()
253 input.AsProtoTensorContent(&proto); in Serialize()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc374 value.AsProtoTensorContent(out->mutable_tensor()); in SetAttrValue()
384 v.AsProtoTensorContent(out->mutable_list()->add_tensor()); in SetAttrValue()
429 at.AsProtoTensorContent(&ap); in AreAttrValuesEqual()
432 bt.AsProtoTensorContent(&bp); in AreAttrValuesEqual()
477 tensor.AsProtoTensorContent(&p); in AttrValueHash()
Dtensor.proto31 // Serialized raw tensor content from either Tensor::AsProtoTensorContent or
Dtensor_test.cc66 a_data.tensors(i).AsProtoTensorContent(&a_proto); in operator ==()
67 b_data.tensors(i).AsProtoTensorContent(&b_proto); in operator ==()
146 t.AsProtoTensorContent(&proto); in TestCopies()
Dtensor.h218 void AsProtoTensorContent(TensorProto* proto) const;
Dtensor.cc849 void Tensor::AsProtoTensorContent(TensorProto* proto) const { in AsProtoTensorContent() function in tensorflow::Tensor
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc241 shp_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
273 true_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
380 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeAttr()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding.cc148 val.AsProtoTensorContent(response.mutable_tensor()); in EncodeTensorToByteBuffer()
Dgrpc_session.cc85 parsed.AsProtoTensorContent(proto); in ReEncodeConsts()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model.cc142 variable_value.AsProtoTensorContent( in ConvertVariableToConstant()
/external/tensorflow/tensorflow/contrib/tensorboard/db/
Dsummary_file_writer.cc76 t.AsProtoTensorContent(v->mutable_tensor()); in WriteTensor()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h87 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeTensorAttr()
Dtransform_utils_test.cc213 input_tensor.AsProtoTensorContent(&tensor_proto); in TestGetNodeTensorAttr()
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_rendezvous_mgr.cc253 val.AsProtoTensorContent( in AddRequest()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc334 value.AsProtoTensorContent( in MaterializeShapes()
362 value.AsProtoTensorContent( in MaterializeShapes()
855 tensor->AsProtoTensorContent(t); in CreateNodeDef()
1008 index.AsProtoTensorContent( in FoldNode()
Dlayout_optimizer.cc397 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodePermConst()
421 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeConstScalar()
782 tensor.AsProtoTensorContent( in UpdateAttrValue()
1272 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeShapeConst()
/external/tensorflow/tensorflow/cc/framework/
Dops.h185 tensor.AsProtoTensorContent(&tensor_proto);
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc197 tensor.AsProtoTensorContent(&tensor_proto); in WrapTensorAsEvents()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc1109 in.AsProtoTensorContent(&proto); in RecvHandler()