Home
last modified time | relevance | path

Searched refs:AsProtoField (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsummary_tensor_op.cc46 tensor.AsProtoField(v->mutable_tensor()); in Compute()
88 tensor.AsProtoField(v->mutable_tensor()); in Compute()
Dparse_tensor_op.cc78 tensor.AsProtoField(&proto); in Compute()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc142 it.second.AsProtoField(feed->mutable_tensor()); in RecordRun()
169 tensor.AsProtoField(tproto->mutable_tensor()); in RecordRun()
290 input.second.AsProtoField(feed->mutable_tensor()); in RecordPRun()
302 tensor.AsProtoField(tproto->mutable_tensor()); in RecordPRun()
334 tensor.AsProtoField(req->add_feed()); in RecordRunCallable()
/external/tensorflow/tensorflow/core/framework/
Dvariant_tensor_data.cc53 tensor.AsProtoField(proto->mutable_tensors()->Add()); in ToProto()
Dattr_value_util.cc510 value.AsProtoField(out->mutable_tensor()); in SetAttrValue()
520 v.AsProtoField(out->mutable_list()->add_tensor()); in SetAttrValue()
Dtensor_test.cc139 t.AsProtoField(&proto); in TestCopies()
286 t.AsProtoField(&proto); in TEST()
1156 t.AsProtoField(&proto); in TEST()
1168 t.AsProtoField(&proto); in TEST()
1180 t.AsProtoField(&proto); in TEST()
Dtensor_util_test.cc523 tensor.AsProtoField(&tensor_proto); in CreateAsProtoField()
Dtensor.h312 void AsProtoField(TensorProto* proto) const;
Dtensor.cc890 void Tensor::AsProtoField(TensorProto* proto) const { in AsProtoField() function in tensorflow::Tensor
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding_test.cc84 src.AsProtoField(proto.mutable_tensor()); in Validate()
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc82 t.AsProtoField(v->mutable_tensor()); in WriteTensor()
/external/tensorflow/tensorflow/cc/framework/
Dops.h187 tensor.AsProtoField(&tensor_proto);
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc195 tensor.AsProtoField(&tensor_proto); in WrapTensorAsEvents()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc364 tensor.AsProtoField(tensor_proto); in GetTensorProto()
Dop_level_cost_estimator.cc887 tensor.AsProtoField(&temp_tensor); in GetTensorShapeProtoFromTensorProto()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc836 tensor.AsProtoField(node->mutable_attr()->at({"value"}).mutable_tensor()); in UpdateAttrValue()
Dconstant_folding.cc811 t.AsProtoField(tensor); in MaterializeConstantValuedNode()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1355 tensor.AsProtoField(tensor_attr); in TestConvertConst()