Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dsplit_utils.cc51 bool IsFunctionArgument(absl::string_view input_str) { in IsFunctionArgument()
176 Status InputRewriter::RewriteInput(absl::string_view input_str, in RewriteInput()
195 Status InputRewriter::RewriteControlInput(absl::string_view input_str, in RewriteControlInput()
207 Status InputRewriter::RewriteArgumentInput(absl::string_view input_str, in RewriteArgumentInput()
257 Status InputRewriter::RewriteNodeInput(absl::string_view input_str, in RewriteNodeInput()
325 absl::string_view input_str, const OpDef::ArgDef& input_arg_def, in RewriteCrossFunctionInput()
461 for (const string& input_str : orig_node_def.input()) { in SplitFunction() local
477 for (const string& input_str : orig_node_def.input()) { in SplitFunction() local
/aosp_15_r20/external/autotest/site_utils/tester_feedback/
H A Dinput_handlers.py41 def process(self, input_str): argument
66 def process(self, input_str): argument
95 def process(self, input_str): argument
134 def process(self, input_str): argument
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp34 static std::string utf16ToUtf8(std::u16string input_str) { in utf16ToUtf8()
45 static std::u16string utf8ToUtf16(std::string input_str) { in utf8ToUtf16()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/test_op/
H A Dsimple_op.h90 const auto input_str = input_t->template AsScalar<::tensorflow::tstring>(); in Invoke() local
145 const auto input_str = in ShapeInference() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_to_hash_bucket_op.h58 string input_str = strings::Printf(format.c_str(), input[i]); in operator() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp44 std::vector<char> input_str; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/tensorflow/third_party/llvm_openmp/
H A Dexpand_cmake_vars.py36 def _expand_variables(input_str, cmake_vars): argument
/aosp_15_r20/external/llvm-libc/test/src/math/smoke/
H A Dnanf16_test.cpp21 void run_test(const char *input_str, StorageType bits) { in run_test()
H A Dnan_test.cpp21 void run_test(const char *input_str, StorageType bits) { in run_test()
H A Dnanf_test.cpp21 void run_test(const char *input_str, StorageType bits) { in run_test()
H A Dnanf128_test.cpp26 void run_test(const char *input_str, StorageType bits) { in run_test()
H A Dnanl_test.cpp31 void run_test(const char *input_str, StorageType bits) { in run_test()
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Derror.rs51 let input_str = match std::str::from_utf8(self.0) { in into_err() localVariable
/aosp_15_r20/external/bcc/tools/
H A Dsslsniff.py41 def ssllib_type(input_str): argument
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp124 auto input_str = (*input)[i]; in DoTest() local
Daidl_test_client_ndk_strings_test.cpp132 auto input_str = (*input)[i]; in DoTest() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Deinsum_op_util.cc89 gtl::InlinedVector<string, 2> input_str; in ParseEinsumEquation() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_properties.cc182 ScopedLocalRef<jobject> input_str(jni_env, jni_env->NewStringUTF(kPropertyLibraryPath)); in GetLibraryPath() local
/aosp_15_r20/tools/asuite/atest/
H A Datest_utils.py1376 def quote(input_str): argument
1393 def has_chars(input_str, chars): argument
/aosp_15_r20/external/cronet/url/
H A Durl_canon_icu_unittest.cc48 std::u16string input_str( in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_ir.cpp97 std::string input_str = R"( in TEST() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtutorial.cpp530 void printLinesToFrom(const std::string& input_str, int from, int to) { in printLinesToFrom()
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dapplypatch.cpp431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse()

12