Home
last modified time | relevance | path

Searched defs:use_padding (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_native_mha.py18 self, device, dtype, use_nt, use_padding=False argument
113 …self, device, dtype, mode, use_nt, need_weights, average_attn_weights, use_padding=False, pad_all=… argument
278 … need_weights, average_attn_weights, use_padding, pad_all, fused): argument
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dmetadata.cpp1537 bool SimpleIterator::set_block(Prototype *block, bool use_padding) in set_block()
1544 bool SimpleIterator::insert_block_after(Prototype *block, bool use_padding) in insert_block_after()
1551 bool SimpleIterator::delete_block(bool use_padding) in delete_block()
1610 bool Chain::check_if_tempfile_needed(bool use_padding) in check_if_tempfile_needed()
1616 bool Chain::write(bool use_padding, bool preserve_file_stats) in write()
1622 bool Chain::write(bool use_padding, ::FLAC__IOHandle handle, ::FLAC__IOCallbacks callbacks) in write()
1628 …bool Chain::write(bool use_padding, ::FLAC__IOHandle handle, ::FLAC__IOCallbacks callbacks, ::FLAC… in write()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dmetadata_iterators.c676 …block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_set_block()
777 …after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_insert_block_after()
860 …adata_simple_iterator_delete_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_delete_block()
1142 static FLAC__off_t chain_prepare_for_write_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in chain_prepare_for_write_()
1687 … FLAC__metadata_chain_check_if_tempfile_needed(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in FLAC__metadata_chain_check_if_tempfile_needed()
1768 FLAC_API FLAC__bool FLAC__metadata_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding,… in FLAC__metadata_chain_write()
1819 …metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOH… in FLAC__metadata_chain_write_with_callbacks()
1856 …n_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOH… in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/http2_test/
Dtest_data_frame_padding.py33 def __init__(self, use_padding=True): argument
/aosp_15_r20/external/grpc-grpc/test/http2_test/
H A Dtest_data_frame_padding.py33 def __init__(self, use_padding=True): argument
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DKernelDescriptors.h222 bool use_padding; /**< Indication of using padding */ member
/aosp_15_r20/external/flac/oss-fuzz/
H A Dmetadata.cc173 static void run_tests_with_level_2_interface(char filename[], bool ogg, bool use_padding, const uin… in run_tests_with_level_2_interface()
/aosp_15_r20/external/flac/src/metaflac/
H A Doperations.c409 FLAC__bool ok = true, needs_write = false, use_padding = options->use_padding; in do_shorthand_operations_on_file() local
H A Doptions.h190 FLAC__bool use_padding; member
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dmetadata_manip.cpp320 static bool write_chain_(FLAC::Metadata::Chain &chain, bool use_padding, bool preserve_file_stats, … in write_chain_()
/aosp_15_r20/external/flac/src/test_libFLAC/
H A Dmetadata_manip.c306 static FLAC__bool write_chain_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool pres… in write_chain_()
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DScale.cpp196 constexpr bool use_padding = true; in TEST_CASE() local