Home
last modified time | relevance | path

Searched defs:_interleave (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dtf_record_test_base.py137 def _interleave(self, iterators, cycle_length): member in FeaturesTestBase
247 def _interleave(self, iterators, cycle_length): member in TFRecordTestBase
H A Dinterleave_test.py36 def _interleave(lists, cycle_length, block_length, num_parallel_calls=None): function
/aosp_15_r20/external/libopus/dnn/torch/lpcnet/utils/
H A Dmisc.py48 def _interleave(x, pcm_levels=256): function
/aosp_15_r20/external/executorch/examples/models/llama/experimental/
H A Dsubclass.py71 def _interleave( function
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dassociative_scan.py41 def _interleave(a, b, dim): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dparallel_interleave_test.py84 def _interleave(self, lists, cycle_length, block_length): member in ParallelInterleaveTest