Home
last modified time | relevance | path

Searched defs:is_iterable (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Diterable.h95 struct is_iterable : std::is_base_of<internal::IterableBase, BlockType> {}; struct
/external/tensorflow/tensorflow/python/ops/
Dop_selector.py28 def is_iterable(obj): function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSequence.h100 static constexpr bool is_iterable = false; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp67 static constexpr bool is_iterable = true; member
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py2194 def is_iterable(obj): function