Home
last modified time | relevance | path

Searched refs:DebugStringWhole (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Darray_grad_test.cc49 VLOG(1) << DebugStringWhole(gdef); in PackGrad()
90 VLOG(1) << DebugStringWhole(gdef); in UnpackGrad()
129 VLOG(1) << DebugStringWhole(gdef); in ConcatGrad()
153 VLOG(1) << DebugStringWhole(gdef); in ConcatGradV2()
227 VLOG(1) << DebugStringWhole(gdef); in SplitGrad()
259 VLOG(1) << DebugStringWhole(gdef); in SplitVGrad()
318 VLOG(1) << DebugStringWhole(gdef); in ReshapeGrad()
357 VLOG(1) << DebugStringWhole(gdef); in ExpandDimsGrad()
394 VLOG(1) << DebugStringWhole(gdef); in SqueezeGrad()
425 VLOG(1) << DebugStringWhole(gdef); in TransposeGrad()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dfunction.h247 string DebugStringWhole(const GraphDef& gdef);
Dfunction.cc784 string DebugStringWhole(const GraphDef& gdef) { in DebugStringWhole() function