Home
last modified time | relevance | path

Searched defs:compile_args (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dauto_dynamic_shape.py136 …def update_phase_and_compile_args(self, compile_args, phase, save_cache_number, is_sink_mode, aux=… argument
482 def get_auto_dynamic_shape_args(compile_args, key_id): argument
490 def update_auto_dynamic_shape_phase(compile_args, key_id, phase): argument
496 def get_auto_dynamic_shape_args_with_check_input_signature(compile_args, key_id, input_signature): argument
503 def update_auto_dynamic_shape_phase_with_check_input_signature(compile_args, key_id, phase, input_s… argument
Dapi.py69 def _check_recompile_args(compile_args, kwargs): argument
92 def _check_recompile(obj, compile_args, kwargs, full_function_name, create_time, echo_function_name… argument
305 def _restore_mutable_attr(args_list, compile_args): argument
372 def _get_args_for_run(obj, args, kwargs, compile_args): argument
388 def _get_args_for_run_predict(obj, args, kwargs, compile_args): argument
498 def _generate_dyn_compile_args(compile_args, dyn_args): argument
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h297 const CompileArgs &compile_args, in run_shader()
312 CompileArgs compile_args = { x, y, z }; in run_shader() local
318 const CompileArgs &compile_args, in run_shader()
335 CompileArgs compile_args = { x, y, z }; in run_shader() local
Dcompute_test.cpp466 const CompileArgs &compile_args, in run_shader_with_raw_args()
795 const std::vector<const char *> &compile_args, in compile()
Dclc_compiler_test.cpp1799 CompileArgs compile_args = { 1, 1, 1 }; in TEST_F() local
/third_party/lz4/build/meson/meson/
Dmeson.build37 compile_args = [] variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py383 compile_args, preprocessor_args, variable_name): argument
447 def add_job(self, shader_file, shader_basename, variation_string, output_path, compile_args, argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c677 LLVMValueRef compile_args[4] = { in compile_jit_sample_function() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dpipeline.cc583 void GraphExecutorPy::CheckArgumentsConsistency(const py::tuple &compile_args, const py::tuple &arg… in CheckArgumentsConsistency()