Home
last modified time | relevance | path

Searched defs:Iterable (Results 1 – 25 of 40) sorted by relevance

12

/external/pytorch/torch/utils/hipify/
Dhipify_python.py140 def match_extensions(filename: str, extensions: Iterable) -> bool:
151 includes: Iterable = (),
152 ignores: Iterable = (),
153 extensions: Iterable = (),
196 all_files: Iterable,
197 header_include_dirs: Iterable,
808 all_files: Iterable,
809 header_include_dirs: Iterable,
1081 extensions: Iterable = (".cu", ".cuh", ".c", ".cc", ".cpp", ".h", ".in", ".hpp"),
1082 header_extensions: Iterable = (".cuh", ".h", ".hpp"),
[all …]
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutIterableTester.java53 new Iterable<V>() { in testPutAllNonEmptyIterableOnPresentKey() method
75 new Iterable<V>() { in testPutAllNonEmptyIterableOnAbsentKey() method
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutIterableTester.java53 new Iterable<V>() { in testPutAllNonEmptyIterableOnPresentKey() method
75 new Iterable<V>() { in testPutAllNonEmptyIterableOnAbsentKey() method
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_for_serving.py87 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
211 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable] # pylint:disable=g-bare-gen… argument
Dtraining_loop.py183 body: Callable[..., Union[core_types.TensorLike, Iterable]], # pylint:disable=g-bare-generic argument
Dtpu_embedding_base.py36 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
Dtpu_embedding_v1.py131 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
Dtpu_embedding_v2.py238 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
412 … output_shapes: Optional[Union[List[int], Iterable]] = None): # pylint:disable=g-bare-generic argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIterable.java8 public interface Iterable<T> interface
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DIterable.java10 public interface Iterable<T> interface
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DIterable.java10 public interface Iterable<T> interface
/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client_test.py52 def _set_union(a: Iterable, b: Iterable) -> Set:
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Dserial_detokenizer.py82 databases: Iterable,
Ddetokenize.py255 def _initialize_database(self, token_sources: Iterable) -> None:
/external/emboss/compiler/util/
Dir_data_fields.py82 self, value_type: CopyValuesListT, iterable: Optional[Iterable] = None
95 def extend(self, iterable: Iterable) -> None:
98 def shallow_copy(self, iterable: Iterable) -> None:
/external/pigweed/pw_build/py/pw_build/
Dzip.py49 input_list: Iterable, out_filename: str, delimiter=DEFAULT_DELIMITER
/external/tensorflow/tensorflow/python/types/
Ddistribute.py22 class Iterable(object): class
/external/python/cpython3/Lib/test/test_unittest/testmock/
Dtestmagicmethods.py375 class Iterable(object): class
399 class Iterable(object): class
/external/pytorch/torch/utils/data/
Ddataloader.py72 Iterable = 1 variable in _DatasetKind
237 sampler: Union[Sampler, Iterable, None] = None, argument
/external/pytorch/torch/utils/data/datapipes/utils/
Dcommon.py216 pathnames: Iterable, mode: str, encoding: Optional[str] = None
/external/pytorch/torch/signal/windows/
Dwindows.py654 a: Iterable,
/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/classinspectors/
DClassInspectorUtil.kt229 fun Iterable<AnnotationSpec>.toTreeSet(): TreeSet<AnnotationSpec> { in <lambda>() method
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py423 cls, impl: ClientImpl, channels: Iterable[Channel], modules: Iterable
/external/webrtc/sdk/android/native_api/jni/
Djava_types.cc31 Iterable::Iterable(JNIEnv* jni, const JavaRef<jobject>& iterable) in Iterable() function in webrtc::Iterable
/external/starlark-go/starlark/
Deval.go567 func listExtend(x *List, y Iterable) {

12