Home
last modified time | relevance | path

Searched refs:AsProtoTensorContent (Results 1 – 25 of 37) 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()
Dserialize_sparse_op.cc114 input.AsProtoTensorContent(&proto); in Serialize()
274 input.AsProtoTensorContent(&proto); in Serialize()
Dparse_tensor_op.cc80 tensor.AsProtoTensorContent(&proto); in Compute()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc68 feeds_[i].second.AsProtoTensorContent(out_tensor); in FeedValue()
121 feeds_[i].second.AsProtoTensorContent(feed->mutable_tensor()); in ToProto()
174 value.AsProtoTensorContent(value_proto); in add_feed()
407 sends_[i].second.AsProtoTensorContent(send->mutable_tensor()); in ToProto()
603 recvs_[i].second.AsProtoTensorContent(out_tensor); in RecvValue()
681 value.AsProtoTensorContent(value_proto); in AddRecv()
752 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.cc195 args[i].AsProtoTensorContent(send->mutable_tensor()); in Run()
Dmaster_test.cc105 feed_tensor->AsProtoTensorContent(f->mutable_tensor()); in RunStep()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc56 tensor.AsProtoTensorContent(&p); in TensorProtoHash()
87 lhs_t.AsProtoTensorContent(&lhs_tp); in AreTensorProtosEqual()
90 rhs_t.AsProtoTensorContent(&rhs_tp); in AreTensorProtosEqual()
508 value.AsProtoTensorContent(out->mutable_tensor()); in SetAttrValue()
518 v.AsProtoTensorContent(out->mutable_list()->add_tensor()); in SetAttrValue()
Dtensor.proto31 // Serialized raw tensor content from either Tensor::AsProtoTensorContent or
Dtensor_test.cc67 a_data.tensors(i).AsProtoTensorContent(&a_proto); in operator ==()
68 b_data.tensors(i).AsProtoTensorContent(&b_proto); in operator ==()
147 t.AsProtoTensorContent(&proto); in TestCopies()
Dtensor_util_test.cc513 tensor.AsProtoTensorContent(&tensor_proto); in CreateAsProtoTensorContent()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils_test.cc49 original.AsProtoTensorContent(&proto); in TEST()
Dlayout_optimizer.cc422 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodePermConst()
446 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeConstScalar()
838 tensor.AsProtoTensorContent( in UpdateAttrValue()
1356 tensor.AsProtoTensorContent(attr_tensor.mutable_tensor()); in AddNodeShapeConst()
Dconstant_folding.cc389 constant_value.AsProtoTensorContent( in MaterializeShapes()
480 constant_value.AsProtoTensorContent( in MaterializeShapes()
1142 tensor->AsProtoTensorContent(t); in CreateNodeDef()
1285 index.AsProtoTensorContent( in FoldMergeNode()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc250 shp_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
282 true_tensor.AsProtoTensorContent( in RunInfiniteTFLoop()
389 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeAttr()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding.cc150 val.AsProtoTensorContent(response.mutable_tensor()); in EncodeTensorToByteBuffer()
Dgrpc_session.cc88 parsed.AsProtoTensorContent(proto); in ReEncodeConsts()
431 feed.AsProtoTensorContent(req.mutable_feed()->Add()); in RunCallable()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfuse_quantized_convolution.cc208 int32_tensor.AsProtoTensorContent(t); in FuseQuantizedConvolutionAndRequantize()
Dtransform_utils.h87 tensor.AsProtoTensorContent(&tensor_proto); in SetNodeTensorAttr()
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc84 t.AsProtoTensorContent(v->mutable_tensor()); in WriteTensor()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model.cc157 variable_value.AsProtoTensorContent( in ConvertVariableToConstant()
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_rendezvous_mgr.cc253 val.AsProtoTensorContent( in AddRequest()
/external/tensorflow/tensorflow/cc/framework/
Dops.h185 tensor.AsProtoTensorContent(&tensor_proto);
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc92 tensor.AsProtoTensorContent(tensor_proto); in SetTensorProto()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc344 tensor.AsProtoTensorContent(resp->add_fetch()); in RecordRunCallable()

12