Home
last modified time | relevance | path

Searched defs:input_path (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dactivation_grad_fp32_tests.cc43 std::string input_path = "./activationGrad/relu_y_50.bin"; in TEST_F() local
97 std::string input_path = "./activationGrad/relu6_y_50.bin"; in TEST_F() local
148 std::string input_path = "./activationGrad/lrelu_y_50.bin"; in TEST_F() local
199 std::string input_path = "./activationGrad/sigmoid_y_50.bin"; in TEST_F() local
251 std::string input_path = "./activationGrad/tanh_y_50.bin"; in TEST_F() local
301 std::string input_path = "./activationGrad/hswish_x_50.bin"; in TEST_F() local
354 std::string input_path = "./activationGrad/hsig_x_50.bin"; in TEST_F() local
Dsoftmax_grad_fp32_tests.cc54 std::string input_path = "./softmax/softmaxgrad_yinput.bin"; in TEST_F() local
120 std::string input_path = "./softmax/softmaxgrad_1_yinput.bin"; in TEST_F() local
190 std::string input_path = "./softmax/softmaxgrad_2_yinput.bin"; in TEST_F() local
260 std::string input_path = "./softmax/softmaxgrad_3_yinput.bin"; in TEST_F() local
329 std::string input_path = "./softmax/softmaxgrad_-1_yinput.bin"; in TEST_F() local
Dbias_grad_fp32_tests.cc38 std::string input_path = "./operators/biasgradfp32_1_dy_10_28_28_7.bin"; in TEST_F() local
93 std::string input_path = "./operators/fc_yt.f32"; in TEST_F() local
Ddeconvolution_grad_fp32_tests.cc77 std::string input_path = "./deconv/deconvfp32_input0_2_3_32_32.bin"; in TEST_F() local
185 std::string input_path = "./deconv/deconvfp32_input0_d2_2_3_32_32.bin"; in TEST_F() local
290 std::string input_path = "./deconv/deconvfp32_input0_d2_g3_2_3_32_32.bin"; in TEST_F() local
394 std::string input_path = "./deconv/deconvfp32_input0_d2_g3_s1_2_3_32_32.bin"; in TEST_F() local
501 std::string input_path = "./deconv/deconvfp32_input0_d2_g2_s2_2_4_32_32.bin"; in TEST_F() local
611 std::string input_path = "./deconv/deconvfp32_input0_d2_g12_s2_2_12_32_32.bin"; in TEST_F() local
Dsoftmax_crossentropy_fp32_tests.cc37 std::string input_path = "./operators/sce_fp32_1_y_6_4.bin"; in TEST_F() local
Dconvolution_grad_fp32_tests.cc98 std::string input_path = "./conv/convfp32_x_1_28_28_3.bin"; in TEST_F() local
255 std::string input_path = "./conv/convfp32_x_g3_1_28_28_3.bin"; in TEST_F() local
407 std::string input_path = "./conv/convfp32_x_g3_d2_1_28_28_3.bin"; in TEST_F() local
660 std::string input_path = "./conv/convfp32_input0_d2_g2_s2_2_4_32_32.bin"; in TEST_F() local
Dpooling_grad_fp32_tests.cc81 std::string input_path = "./pooling/avgpoolgradfp32_1_dy_1_28_28_3.bin"; in TEST_F() local
139 std::string input_path = "./pooling/avgpoolgradfp32_1_dy_1_28_28_3.bin"; in TEST_F() local
209 std::string input_path = "./pooling/avgpoolgradfp32_1_dy_3_28_28_3.bin"; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp16_grad/
Dactivation_grad_fp16_test.cc36 std::string input_path = "./activationGrad/relu_y_50.bin"; in TEST_F() local
93 std::string input_path = "./activationGrad/sigmoid_y_50.bin"; in TEST_F() local
Darithmetic_fp16_self_grad_tests.cc36 std::string input_path = "./activationGrad/log_x_50.bin"; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dhwts_log_parser.py39 def __init__(self, input_path, output_filename, dynamic_status): argument
Daicpu_data_parser.py84 def __init__(self, input_path, output_filename, op_task_dict): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/common/
Dutil.py99 def get_file_join_name(input_path, file_name): argument
138 def get_file_path(input_path, file_name): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/common/
Dpack_tests.cc61 std::string input_path = "./test_data/conv/convfp32_input_1_28_28_3.bin"; in TEST_F() local
118 std::string input_path = "./test_data/conv/convfp32_input_1_28_28_3.bin"; in TEST_F() local
/third_party/skia/third_party/externals/tint/tools/
Drun_tests.py40 def __init__(self, input_path, parse_only): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dconvolution_depthwise_fp32_tests.cc60 std::string input_path = "./test_data/convDw/convDwfp32_input.bin"; in InitConvDwCreator() local
/third_party/vk-gl-cts/external/amber/src/tests/
Drun_tests.py172 def __init__(self, input_path, parse_only, use_dawn, use_opencl, use_dxc, argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/mindrecord/
Dut_common.cc55 string input_path = directory; in LoadData() local
72 string input_path = directory; in LoadDataFromImageNet() local
/third_party/rust/rust/compiler/rustc_interface/src/
Derrors.rs50 pub input_path: &'a Path, field
Dpasses.rs417 let input_path = try_canonicalize(input_path).ok(); in output_contains_path() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc74 bool Common::MappingName(const std::string &input_path, std::optional<std::string> *prefix_path, in MappingName()
106 std::optional<std::string> Common::CreatePrefixPath(const std::string &input_path, const bool suppo… in CreatePrefixPath()
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c590 static BROTLI_BOOL OpenInputFile(const char* input_path, FILE** f) { in OpenInputFile()
649 static void CopyStat(const char* input_path, const char* output_path) { in CopyStat()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dconv_1x1_int8_tests.cc219 std::string input_path = "./input"; in Conv1x1Int8TestInit2() local
/third_party/brotli/c/tools/
Dbrotli.c652 static BROTLI_BOOL OpenInputFile(const char* input_path, FILE** f) { in OpenInputFile()
727 static void CopyStat(const char* input_path, const char* output_path) { in CopyStat()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_pass_manager_lite.cc453 std::optional<std::string> CreatePrefixPath(const std::string &input_path) { in CreatePrefixPath()