Home
last modified time | relevance | path

Searched refs:entry_point_name (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h55 string entry_point_name,
68 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() argument
123 entry_point_name_(std::move(entry_point_name)), in CpuAotCompilationOptions()
878 const string& entry_point_name = options.entry_point_name(); in CompileAheadOfTime() local
881 computation, entry_point_name, in CompileAheadOfTime()
885 CHECK(entry_function->getName() == entry_point_name); in CompileAheadOfTime()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp101 std::string entry_point_name; member
110 " %1 \"" + GetParam().entry_point_name + "\""; in TEST_P()
114 MakeVector(GetParam().entry_point_name)))); in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.mode_setting_test.cpp101 std::string entry_point_name; member
110 " %1 \"" + GetParam().entry_point_name + "\""; in TEST_P()
114 MakeVector(GetParam().entry_point_name)))); in TEST_P()
/external/mesa3d/src/compiler/spirv/
Dnir_spirv.h75 gl_shader_stage stage, const char *entry_point_name,
Dvtn_private.h571 const char *entry_point_name; member
Dspirv_to_nir.c3229 if (strcmp(entry_point->name, b->entry_point_name) != 0 || in vtn_handle_preamble_instruction()
3782 gl_shader_stage stage, const char *entry_point_name, in spirv_to_nir() argument
3795 b->entry_point_name = entry_point_name; in spirv_to_nir()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc85 compile_result->entry_point = aot_opts.entry_point_name(); in CompileXla()