Home
last modified time | relevance | path

Searched refs:w_name (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Dsession_debug_testlib.py183 w_name = "w"
190 w = math_ops.matmul(u, v, name=w_name)
221 w_name, dump)
312 self.assertIn(results.w.op.type, results.dump.node_op_type(results.w_name))
626 w_name = "testFindNodesWithBadTensorValues/w"
637 w = math_ops.subtract(u, v, name=w_name)
676 w_name = "testFindInfOrNanWithOpNameExclusion/w"
687 w = math_ops.subtract(u, v, name=w_name)
724 w_name = "testDumpGraphStructureLookup/w"
729 w = math_ops.add(v, v, name=w_name)
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3.cc315 const std::string w_name = std::to_string(i * 4); in GenerateConvolutionTransposedCode() local
316 c += " CONV(" + r_name + ", " + s_name + ", " + w_name + ");\n"; in GenerateConvolutionTransposedCode()