Home
last modified time | relevance | path

Searched refs:ProtoDebugString (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_handle.h84 string ProtoDebugString(const ResourceHandle& handle);
Dresource_handle.cc65 string ProtoDebugString(const ResourceHandle& handle) { in ProtoDebugString() function
Dvariant_tensor_data.h120 string ProtoDebugString(const VariantTensorData& object);
Dvariant_tensor_data.cc109 string ProtoDebugString(const VariantTensorData& object) { in ProtoDebugString() function
Dshape_inference.cc349 ProtoDebugString(*node_def_)); in DebugString()
/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device.cc102 ProtoDebugString(tensor_proto)); in MakeTensorFromProto()
Ddevice.h182 string DebugString() const { return ProtoDebugString(device_attributes_); } in DebugString()
/external/tensorflow/tensorflow/tools/proto_text/
DBUILD3 # (ProtoDebugString, ProtoShortDebugString, and ProtoParseFromString) which
Dgen_proto_text_functions_lib_test.cc43 EXPECT_EQ(proto.DebugString(), ProtoDebugString(proto)); \
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc649 " Feature is: ", ProtoDebugString(f))); in Compute()
678 " Feature is: ", ProtoDebugString(f))); in Compute()
759 " Feature is: ", ProtoDebugString(f))); in Compute()
789 " Feature is: ", ProtoDebugString(f))); in Compute()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc254 " Feature is: ", ProtoDebugString(f)); in SingleExampleProtoToTensors()
286 " Feature is: ", ProtoDebugString(f)); in SingleExampleProtoToTensors()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc559 ADD_FAILURE() << "Unexpected NodeDef: " << ProtoDebugString(n); in TEST()
584 EXPECT_EQ(ProtoDebugString(graph_def), ProtoDebugString(graph_def2)); in TEST()
591 EXPECT_EQ(ProtoDebugString(node_def), ProtoDebugString(node_def2)); in TEST()
597 EXPECT_EQ(ProtoDebugString(node_def), ProtoDebugString(node_def2)); in TEST()
621 ADD_FAILURE() << "Unexpected Node: " << ProtoDebugString(node_def); in TEST()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc1073 auto ops_text = ProtoDebugString(cleaned_ops); in GetPythonOps()