Home
last modified time | relevance | path

Searched defs:input_bytes (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/build/make/tools/
H A Dextract_kernel.py46 def get_from_release(input_bytes, start_idx, key): argument
60 def dump_from_release(input_bytes, key): argument
77 def dump_version(input_bytes): argument
85 def dump_compiler(input_bytes): argument
93 def dump_release(input_bytes): argument
101 def dump_configs(input_bytes): argument
130 def try_decompress_bytes(cmd, input_bytes): argument
138 def try_decompress(cmd, search_bytes, input_bytes): argument
149 def decompress_dump(func, input_bytes): argument
171 def dump_to_file(f, dump_fn, input_bytes, desc): argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_convolution_sycl.cpp60 std::size_t input_bytes = input.size() * sizeof(DataType); in test_larg_expr1D() local
121 std::size_t input_bytes = input.size() * sizeof(DataType); in test_larg_expr2D() local
182 std::size_t input_bytes = input.size() * sizeof(DataType); in test_larg_expr3D() local
235 std::size_t input_bytes = input.size() * sizeof(DataType); in test_evals() local
281 std::size_t input_bytes = input.size() * sizeof(DataType); in test_expr() local
341 std::size_t input_bytes = input.size() * sizeof(DataType); in test_modes() local
422 std::size_t input_bytes = input.size() * sizeof(DataType); in test_strides() local
H A Dcxx11_tensor_gpu.cu328 std::size_t input_bytes = input.size() * sizeof(float); in test_gpu_convolution_1d() local
381 std::size_t input_bytes = input.size() * sizeof(float); in test_gpu_convolution_inner_dim_col_major_1d() local
434 std::size_t input_bytes = input.size() * sizeof(float); in test_gpu_convolution_inner_dim_row_major_1d() local
488 std::size_t input_bytes = input.size() * sizeof(float); in test_gpu_convolution_2d() local
552 std::size_t input_bytes = input.size() * sizeof(float); in test_gpu_convolution_3d() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h47 uint64_t input_bytes, in BenchmarkResults()
68 uint64_t input_bytes() const { return input_bytes_; } in input_bytes() function
H A Dbenchmark_model.cc301 uint64_t input_bytes = ComputeInputBytes(); in Run() local
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dinternal.rs356 let input_bytes = core::mem::size_of_val::<[A]>(a); in try_cast_slice() localVariable
384 let input_bytes = core::mem::size_of_val::<[A]>(a); in try_cast_slice_mut() localVariable
Dallocation.rs177 let input_bytes = size_of_val::<[A]>(&*input); in try_cast_slice_box() localVariable
430 let input_bytes = size_of_val::<[A]>(&*input); in try_cast_slice_rc() localVariable
498 let input_bytes = size_of_val::<[A]>(&*input); in try_cast_slice_arc() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dparsing_ops.py844 def decode_raw(input_bytes, argument
983 input_bytes=None, argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
H A Dencode.rs75 let input_bytes = input.as_ref(); in encode_config_buf() localVariable
118 let input_bytes = input.as_ref(); in encode_config_slice() localVariable
H A Ddecode.rs149 let input_bytes = input.as_ref(); in decode_config_buf() localVariable
185 let input_bytes = input.as_ref(); in decode_config_slice() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A DdataFormatVecPermute_fuzz.py24 def TestOneInput(input_bytes): argument
H A DsparseCountSparseOutput_fuzz.py24 def TestOneInput(input_bytes): argument
H A Dtf2migration_fuzz.py24 def TestOneInput(input_bytes): argument
H A DraggedCountSparseOutput_fuzz.py24 def TestOneInput(input_bytes): argument
H A DimmutableConst_fuzz.py26 def TestOneInput(input_bytes): argument
H A Dpython_fuzzing.py48 def __init__(self, input_bytes): argument
/aosp_15_r20/external/brotli/c/enc/
H A Dcompress_fragment_two_pass.c352 uint64_t input_bytes; in CreateCommands() local
407 uint64_t input_bytes; in CreateCommands() local
H A Dcompress_fragment.c605 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
642 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dcompress_fragment_two_pass.c359 uint64_t input_bytes; in CreateCommands() local
418 uint64_t input_bytes; in CreateCommands() local
H A Dcompress_fragment.c615 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
656 uint64_t input_bytes = BROTLI_UNALIGNED_LOAD64LE(ip - 3); in BrotliCompressFragmentFastImpl() local
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend_tests.py45 def input_bytes(input: str) -> List[str]: function
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Dtrace_stats.proto194 optional uint64 input_bytes = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dhash_reference.rs78 let input_bytes = input.mls_encode_to_vec()?; in compute() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Dgcm.rs122 let input_bytes = input.len(); in update_blocks() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_nearest_neighbor_op.cc199 const int input_bytes = channels * sizeof(T); in operator ()() local

12