Home
last modified time | relevance | path

Searched defs:input_str (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/
Dutils.cc21 bool CheckStoull(uint64_t *const output_digit, const std::string &input_str) { in CheckStoull()
34 bool CheckStoul(size_t *const output_digit, const std::string &input_str) { in CheckStoul()
47 bool CheckStoi(int64_t *const output_digit, const std::string &input_str) { in CheckStoi()
60 …heckStringMatch(size_t start, size_t end, std::string *matched_str, const std::string &input_str) { in CheckStringMatch()
/third_party/rust/rust/src/librustdoc/
Dmarkdown.rs60 let input_str = read_to_string(input).map_err(|err| format!("{}: {}", input.display(), err))?; in render() localVariable
139 let input_str = read_to_string(&options.input) in test() localVariable
/third_party/rust/rust/tests/ui/proc-macro/auxiliary/
Dattr-cfg.rs12 let input_str = input.to_string(); in attr_cfg() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp16/
Dtranspose_dynamic_fp16_coder.cc59 auto input_str = dynamic_mem_manager_->GetVarTensorAddr(input_tensor_); in DoCode() local
Dconv_depthwise_fp16_coder.cc89 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
Dscale_dynamic_fp16_coder.cc73 std::string input_str = in DoCode() local
Dconvolution_1x1_fp16_coder.cc170 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
Dconvolution_dynamic_fp16_coder.cc152 auto input_str = in DoCode() local
Dconvolution_fp16_coder.cc124 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
Dconv_depthwise_3x3_fp16_coder.cc106 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
Dconvolution_1x1_dynamic_fp16_coder.cc72 auto input_str = in DoCode() local
Dconvolution_winograd_fp16_coder.cc242 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
Dspvtools_as_fuzzer.cpp43 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Dfill_fp32_coder.cc51 auto input_str = MemoryAllocator::GetInstance()->GetRuntimeAddr(input_tensor_); in DoCode() local
Dtranspose_dynamic_fp32_coder.cc61 auto input_str = dynamic_mem_manager_->GetVarTensorAddr(input_tensor_); in DoCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
Dspvtools_as_fuzzer.cpp43 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32_grad/
Dbiasadd_grad_coder.cc53 std::string input_str = allocator_->GetRuntimeAddr(input_tensor_); in DoCode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/text/
Dsentence_piece_vocab.cc50 std::string input_str = ""; in BuildFromFile() local
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_runtime_dict.py978 def dict_net(x, input_str): argument
1000 def dict_net(x, input_str): argument
1022 def dict_net(x, input_str): argument
1043 def dict_net(x, input_str): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dhuffman_decode.cc22 STATUS HuffmanDecode::DoHuffmanDecode(const std::string &input_str, void *decoded_data, size_t data… in DoHuffmanDecode()
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/nnie/src/
Dnnie_manager.cc38 auto input_str = inputs[j].Name(); in GetFillIndex() local
55 auto input_str = inputs[j].Name(); in GetFillIndex() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dstring_util.cc53 bool FindAndReplaceAll(std::string *input_str, const std::string &search, const std::string &replac… in FindAndReplaceAll()

12