/aosp_15_r20/build/make/tools/ |
H A D | extract_kernel.py | 46 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 D | cxx11_tensor_convolution_sycl.cpp | 60 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 D | cxx11_tensor_gpu.cu | 328 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 D | benchmark_model.h | 47 uint64_t input_bytes, in BenchmarkResults() 68 uint64_t input_bytes() const { return input_bytes_; } in input_bytes() function
|
H A D | benchmark_model.cc | 301 uint64_t input_bytes = ComputeInputBytes(); in Run() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/ |
D | internal.rs | 356 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
|
D | allocation.rs | 177 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 D | parsing_ops.py | 844 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 D | encode.rs | 75 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 D | decode.rs | 149 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 D | dataFormatVecPermute_fuzz.py | 24 def TestOneInput(input_bytes): argument
|
H A D | sparseCountSparseOutput_fuzz.py | 24 def TestOneInput(input_bytes): argument
|
H A D | tf2migration_fuzz.py | 24 def TestOneInput(input_bytes): argument
|
H A D | raggedCountSparseOutput_fuzz.py | 24 def TestOneInput(input_bytes): argument
|
H A D | immutableConst_fuzz.py | 26 def TestOneInput(input_bytes): argument
|
H A D | python_fuzzing.py | 48 def __init__(self, input_bytes): argument
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 352 uint64_t input_bytes; in CreateCommands() local 407 uint64_t input_bytes; in CreateCommands() local
|
H A D | compress_fragment.c | 605 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 D | compress_fragment_two_pass.c | 359 uint64_t input_bytes; in CreateCommands() local 418 uint64_t input_bytes; in CreateCommands() local
|
H A D | compress_fragment.c | 615 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/ |
D | generate_cxx_backend_tests.py | 45 def input_bytes(input: str) -> List[str]: function
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | trace_stats.proto | 194 optional uint64 input_bytes = 2; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | hash_reference.rs | 78 let input_bytes = input.mls_encode_to_vec()?; in compute() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/ |
D | gcm.rs | 122 let input_bytes = input.len(); in update_blocks() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_nearest_neighbor_op.cc | 199 const int input_bytes = channels * sizeof(T); in operator ()() local
|