Searched refs:NameVector (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.h | 35 typedef tensorflow::gtl::InlinedVector<const char*, 8> NameVector; typedef 61 PyObject* feed_dict, const NameVector& output_names, 62 const NameVector& target_nodes, TF_Status* out_status, 97 const NameVector& input_names, 98 const NameVector& output_names, 99 const NameVector& target_nodes, TF_Status* out_status, 115 PyObject* feed_dict, const NameVector& output_names, 120 const NameVector& containers, TF_Status* status); 210 const NameVector& output_names, 212 const NameVector& control_output_names, const TF_FunctionOptions* opts,
|
D | tf_session_helper.cc | 61 const NameVector& output_names, in TF_Run_wrapper_helper() 62 const NameVector& target_nodes, in TF_Run_wrapper_helper() 72 NameVector input_names; in TF_Run_wrapper_helper() 165 PyObject* feed_dict, const NameVector& output_names, in TF_Run_wrapper() 166 const NameVector& target_nodes, TF_Status* out_status, in TF_Run_wrapper() 315 const NameVector& input_names, in TF_PRunSetup_wrapper() 316 const NameVector& output_names, in TF_PRunSetup_wrapper() 317 const NameVector& target_nodes, TF_Status* out_status, in TF_PRunSetup_wrapper() 332 PyObject* feed_dict, const NameVector& output_names, in TF_PRun_wrapper() 335 NameVector(), out_status, out_values, nullptr); in TF_PRun_wrapper() [all …]
|
D | tf_session_wrapper.cc | 71 tensorflow::NameVector ConvertPyListToNameVector( in ConvertPyListToNameVector() 73 tensorflow::NameVector temp; in ConvertPyListToNameVector() 203 tensorflow::NameVector output_names_name_vector = in PYBIND11_MODULE() 207 tensorflow::NameVector control_output_names_name_vector = in PYBIND11_MODULE() 1138 tensorflow::NameVector containers_name_vector = in PYBIND11_MODULE()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 749 typedef std::vector<std::string> NameVector; typedef in gl4cts::EnhancedLayouts::Utils::Program 759 … const std::string& vertex_shader, const NameVector& captured_varyings, bool capture_interleaved, 788 static void Capture(const glw::Functions& gl, glw::GLuint id, const NameVector& captured_varyings, 1088 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector& captured… 3541 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector& captured… 3922 virtual void insertSkipComponents(int num_components, Utils::Program::NameVector& varyings); 3990 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector& captured…
|
D | gl4cEnhancedLayoutsTests.cpp | 2711 const NameVector& captured_varyings, bool capture_interleaved, bool is_separable) in Init() 2771 NameVector captured_varying; in Init() 2917 void Program::Capture(const Functions& gl, GLuint id, const NameVector& captured_varyings, bool cap… in Capture() 5680 Utils::Program::NameVector& /* captured_varyings */, in test() argument 5767 Utils::Program::NameVector captured_varyings; in test() 21074 Utils::Program::NameVector& captured_varyings, in test() 23056 …gramResourceAPITest::insertSkipComponents(int num_components, Utils::Program::NameVector& varyings) in test() 23110 Utils::Program::NameVector captured_varyings; in test() 23127 Utils::Program::NameVector captured_varyings; in test() 23294 Utils::Program::NameVector& captured_varyings, in test()
|