Searched refs:zeros_t (Results 1 – 2 of 2) sorted by relevance
96 zeros_t = array_ops.fill([1024, 1024], 0.0)98 p = variables.Variable(zeros_t)123 zeros_t = array_ops.fill([1024, 1024], 0.0)125 p = variables.Variable(zeros_t)
45 Tensor zeros_t(DTYPE, TensorShape({2, 2})); in SimpleNeutralElementTest() local49 zeros_t.flat<T>()(i) = T(0); in SimpleNeutralElementTest()53 Output zeros = ops::Const(s.WithOpName("zeros"), zeros_t); in SimpleNeutralElementTest()3755 Tensor zeros_t(DT_FLOAT, TensorShape({64})); in TEST_F() local3758 zeros_t.flat<float>()(i) = 0.0f; in TEST_F()3761 Output zeros = ops::Const(scope.WithOpName("zeros"), zeros_t); in TEST_F()