Home
last modified time | relevance | path

Searched refs:out_constant (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsequence_ops.cc144 Tensor out_constant(type, TensorShape({num})); in Compile() local
155 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()
Dconcat_op.cc179 Tensor out_constant(DT_INT32, TensorShape({inp0_rank})); in Compile() local
180 auto out_vec = out_constant.vec<int32>(); in Compile()
196 ctx->SetConstantOutput(i, out_constant); in Compile()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp565 Utils::vec4<glw::GLfloat>& out_constant, Utils::vec4<glw::GLfloat>& out_constant_inversed,
Dgl4cShaderSubroutineTests.cpp4627 Utils::vec4<glw::GLfloat>& out_combined_inverted, Utils::vec4<glw::GLfloat>& out_constant, in calculate() argument
4669 out_constant = constant; in calculate()