Searched refs:ProtoDebugString (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_handle.h | 84 string ProtoDebugString(const ResourceHandle& handle);
|
D | resource_handle.cc | 65 string ProtoDebugString(const ResourceHandle& handle) { in ProtoDebugString() function
|
D | variant_tensor_data.h | 120 string ProtoDebugString(const VariantTensorData& object);
|
D | variant_tensor_data.cc | 109 string ProtoDebugString(const VariantTensorData& object) { in ProtoDebugString() function
|
D | shape_inference.cc | 349 ProtoDebugString(*node_def_)); in DebugString()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | threadpool_device.cc | 102 ProtoDebugString(tensor_proto)); in MakeTensorFromProto()
|
D | device.h | 182 string DebugString() const { return ProtoDebugString(device_attributes_); } in DebugString()
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | BUILD | 3 # (ProtoDebugString, ProtoShortDebugString, and ProtoParseFromString) which
|
D | gen_proto_text_functions_lib_test.cc | 43 EXPECT_EQ(proto.DebugString(), ProtoDebugString(proto)); \
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 649 " 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/ |
D | example_proto_helper.cc | 254 " Feature is: ", ProtoDebugString(f)); in SingleExampleProtoToTensors() 286 " Feature is: ", ProtoDebugString(f)); in SingleExampleProtoToTensors()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 559 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/ |
D | python_op_gen.cc | 1073 auto ops_text = ProtoDebugString(cleaned_ops); in GetPythonOps()
|