Home
last modified time | relevance | path

Searched defs:entry_point_name (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h68 const string& entry_point_name() const { return entry_point_name_; } in entry_point_name() function
Dcpu_compiler.cc118 string triple, string cpu_name, string features, string entry_point_name, in CpuAotCompilationOptions()
878 const string& entry_point_name = options.entry_point_name(); in CompileAheadOfTime() local
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp101 std::string entry_point_name; member
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp101 std::string entry_point_name; member
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h571 const char *entry_point_name; member
Dspirv_to_nir.c3782 gl_shader_stage stage, const char *entry_point_name, in spirv_to_nir()