Searched refs:result_values (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Dpandas_io_test.py51 result_values = session.run(results)
54 return result_values
/external/tensorflow/tensorflow/python/estimator/inputs/
H A Dpandas_io_test.py54 result_values = session.run(results)
57 return result_values
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp8807 glw::GLuint result_values[4] = { 0 }; local
8809 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine1_uniform_location, result_values + 0);
8810 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine2_uniform_location, result_values + 1);
8811 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine3_uniform_location, result_values + 2);
8812 gl.getUniformSubroutineuiv(shader_stage.gl_stage, shader_stage.subroutine4_uniform_location, result_values + 3);
8817 if (!((result_values[0] == (GLuint)shader_stage.subroutine1_uniform_location ||
8818 result_values[0] == (GLuint)shader_stage.subroutine2_uniform_location) &&
8819 (result_values[1] == (GLuint)shader_stage.subroutine1_uniform_location ||
8820 result_values[1] == (GLuint)shader_stage.subroutine2_uniform_location) &&
8821 (result_values[
[all...]

Completed in 219 milliseconds