Searched refs:zeros_t (Results 1 – 3 of 3) sorted by relevance
106 zeros_t = array_ops.fill([1024, 1024], 0.0)108 p = variables.Variable(zeros_t)136 zeros_t = array_ops.fill([1024, 1024], 0.0)138 p = variables.Variable(zeros_t)
967 Tensor zeros_t(DT_FLOAT, TensorShape({64})); in TEST_F() local970 zeros_t.flat<float>()(i) = 0.0f; in TEST_F()973 Output zeros = ops::Const(scope.WithOpName("zeros"), zeros_t); in TEST_F()
47 Tensor zeros_t(DTYPE, TensorShape({2, 2})); in SimpleNeutralElementTest() local51 zeros_t.flat<T>()(i) = T(0); in SimpleNeutralElementTest()55 Output zeros = ops::Const(s.WithOpName("zeros"), zeros_t); in SimpleNeutralElementTest()