Home
last modified time | relevance | path

Searched defs:dynamic (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_fft_op.py48 def test_fft_1d(dynamic, norm, dtype_r, dtype_c): argument
82 def test_fft_2d(dynamic, norm, dtype_r, dtype_c): argument
116 def test_fft_3d(dynamic, norm, dtype_r, dtype_c): argument
150 def test_ifft_1d(dynamic, norm, dtype_r, dtype_c): argument
184 def test_ifft_2d(dynamic, norm, dtype_r, dtype_c): argument
218 def test_ifft_3d(dynamic, norm, dtype_r, dtype_c): argument
253 def test_fft_ifft_circle_call(dynamic, rank, norm, dtype_r, dtype_c): argument
284 def test_rfft_1d_bidrection(dynamic, norm, onesided, pass_signal_sizes, dtype_r, dtype_c): argument
342 def test_rfft_2d_bidrection(dynamic, norm, onesided, pass_signal_sizes, dtype_r, dtype_c): argument
400 def test_rfft_3d_bidrection(dynamic, norm, onesided, pass_signal_sizes, dtype_r, dtype_c): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/
Dop_coder_register.cc41 bool dynamic) { in RegistOpCoder()
54 CoderCreatorFunc OpCoderFactory::FindOpCoder(const CoderKey &key, bool dynamic) { in FindOpCoder()
70 bool dynamic) { in OpCoderRegister()
Dop_coder_builder.cc128 OpCoderBuilder &OpCoderBuilder::is_dynamic(bool dynamic) { in is_dynamic()
/third_party/typescript/tests/baselines/reference/
DdynamicImportWithNestedThis_es2015.js6 dynamic() { method in C
31 dynamic() { method in anonymousFunctionfdc6d1700200.C
DdynamicImportWithNestedThis_es5.js6 dynamic() { method in C
31 C.prototype.dynamic = function () { method in C
/third_party/python/Tools/scripts/
Dsmelly.py37 def get_exported_symbols(library, dynamic=False): argument
91 def check_library(library, dynamic=False): argument
Dstable_abi.py459 def binutils_get_exported_symbols(library, dynamic=False): argument
491 def binutils_check_library(manifest, library, expected_symbols, dynamic): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_dense.py52 def test_static(mode, dynamic, shape_x, shape_w, has_bias, e_shape, e_grad_x_shape, e_grad_w_shape,… argument
88 def test_dynamic(mode, dynamic, shape_x, shape_w, has_bias, e_shape, e_grad_x_shape, e_grad_w_shape… argument
97 def dense_case(dynamic, e_grad_b_shape, e_grad_w_shape, e_grad_x_shape, e_shape, has_bias, mode, sh… argument
/third_party/typescript/tests/cases/compiler/
DdynamicImportWithNestedThis_es2015.ts8 dynamic() { method in C
DdynamicImportWithNestedThis_es5.ts8 dynamic() { method in C
/third_party/rust/crates/clap/clap_complete/src/
Dlib.rs74 pub mod dynamic; module
/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c32 clear_all_dynamic_state(BITSET_WORD *dynamic) in clear_all_dynamic_state()
40 get_dynamic_state_groups(BITSET_WORD *dynamic, in get_dynamic_state_groups()
145 fully_dynamic_state_groups(const BITSET_WORD *dynamic) in fully_dynamic_state_groups()
193 validate_dynamic_state_groups(const BITSET_WORD *dynamic, in validate_dynamic_state_groups()
206 vk_get_dynamic_graphics_states(BITSET_WORD *dynamic, in vk_get_dynamic_graphics_states()
321 const BITSET_WORD *dynamic, in vk_vertex_input_state_init()
400 const BITSET_WORD *dynamic, in vk_input_assembly_state_init()
431 const BITSET_WORD *dynamic, in vk_tessellation_state_init()
466 const BITSET_WORD *dynamic, in vk_viewport_state_init()
535 const BITSET_WORD *dynamic, in vk_discard_rectangles_state_init()
[all …]
/third_party/rust/crates/clang-sys/
Dbuild.rs25 pub mod dynamic; module
/third_party/curl/lib/
Dpsl.c77 bool dynamic = FALSE; in Curl_psl_use() local
Dpsl.h35 bool dynamic; /* PSL should be released when no longer needed. */ member
/third_party/curl/tests/unit/
Dcurlcheck.h45 #define verify_memory(dynamic, check, len) \ argument
/third_party/rust/rust/compiler/rustc_target/src/spec/
Daarch64_nintendo_switch_freestanding_linker_script.ld64 *(.dynamic)
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_nll_loss.py66 def nll_loss_grad_template(nptype_input, nptype_weight, reduction, dynamic=False): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp32 bool dynamic) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp33 bool dynamic) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp37 IndexBufferInterface::IndexBufferInterface(BufferFactoryD3D *factory, bool dynamic) in IndexBufferInterface()
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_cmd_meta.c64 struct vk_dynamic_graphics_state dynamic; member
/third_party/toybox/toys/posix/
Dfile.c36 int endian = toybuf[5], bits = toybuf[4], i, j, dynamic = 0, stripped = 1, local
/third_party/backends/
Dconfigure.ac94 AC_ARG_ENABLE(dynamic, optenable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp492 VkPipelineDynamicStateCreateInfo dynamic; in Initialize() local

123