Searched refs:out_constant (Results 1 – 4 of 4) sorted by relevance
144 Tensor out_constant(type, TensorShape({num})); in Compile() local155 auto flat = out_constant.flat<float>(); in Compile()171 auto flat = out_constant.flat<double>(); in Compile()190 ctx->SetConstantOutput(0, out_constant); in Compile()
179 Tensor out_constant(DT_INT32, TensorShape({inp0_rank})); in Compile() local180 auto out_vec = out_constant.vec<int32>(); in Compile()196 ctx->SetConstantOutput(i, out_constant); in Compile()
565 Utils::vec4<glw::GLfloat>& out_constant, Utils::vec4<glw::GLfloat>& out_constant_inversed,
4627 Utils::vec4<glw::GLfloat>& out_combined_inverted, Utils::vec4<glw::GLfloat>& out_constant, in calculate() argument4669 out_constant = constant; in calculate()