Searched refs:zeros_const (Results 1 – 2 of 2) sorted by relevance
83 NodeDef* zeros_const; in TestSinglePartition() local99 zeros_const = CreateNode("w/part_1/Initializer/zeros/Const", "Const", {}, in TestSinglePartition()102 {zeros_shape, zeros_const}, &graph_def); in TestSinglePartition()
500 Output zeros_const = ops::Const(s.WithOpName("zeros_const"), 0.0f, {2, 2}); in TEST_F() local504 ? zeros_const in TEST_F()