Home
last modified time | relevance | path

Searched defs:gather (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc198 xla::ComputationDataHandle gather; in Compile() local
239 xla::ComputationDataHandle gather; in Compile() local
Dvariable_ops.cc120 xla::ComputationDataHandle gather; in Compile() local
Dtensor_array_ops.cc340 xla::ComputationDataHandle gather; in Compile() local
/external/python/cpython2/Lib/curses/
Dtextpad.py148 def gather(self): member in Textbox
/external/python/cpython3/Lib/curses/
Dtextpad.py160 def gather(self): member in Textbox
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dgather.cc27 namespace gather { namespace
/external/skia/src/gpu/
DGrTextureOpList.cpp164 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
DGrRenderTargetOpList.cpp282 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
/external/skqp/src/gpu/
DGrTextureOpList.cpp164 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
DGrRenderTargetOpList.cpp282 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py293 def gather(self, indices, name=None): member in _GraphTensorArray
627 def gather(self, indices, name=None): member in _EagerTensorArray
895 def gather(self, indices, name=None): member in TensorArray
Darray_ops.py2663 def gather(params, indices, validate_indices=None, name=None, axis=0): function
/external/python/cpython3/Lib/asyncio/
Dtasks.py555 def gather(*coros_or_futures, loop=None, return_exceptions=False): function
/external/skqp/src/shaders/
DSkImageShader.cpp315 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc146 GatherComp gather; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h191 Status HandleGather(HloInstructionPtr gather) override { in HandleGather()
Dhlo_verifier.cc427 Status ShapeVerifier::HandleGather(HloInstruction* gather) { in HandleGather()
Dhlo_cost_analysis.cc536 Status HloCostAnalysis::HandleGather(const HloInstruction* gather) { in HandleGather()
/external/skia/src/jumper/
DSkJumper_stages_lowp.cpp470 SI V gather(const T* ptr, U32 ix) { in gather() function
478 F gather(const float* p, U32 ix) { in gather() function
487 U32 gather(const uint32_t* p, U32 ix) { in gather() function
496 SI V gather(const T* ptr, U32 ix) { in gather() function
DSkJumper_stages.cpp83 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
165 SI V<T> gather(const T* p, U32 ix) { in gather() function
270 SI V<T> gather(const T* p, U32 ix) { in gather() function
275 SI F gather(const float* p, U32 ix) { return _mm256_i32gather_ps (p, ix, 4); } in gather() function
276 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); } in gather() function
277 SI U64 gather(const uint64_t* p, U32 ix) { in gather() function
494 SI V<T> gather(const T* p, U32 ix) { in gather() function
/external/skqp/src/jumper/
DSkJumper_stages_lowp.cpp470 SI V gather(const T* ptr, U32 ix) { in gather() function
478 F gather(const float* p, U32 ix) { in gather() function
487 U32 gather(const uint32_t* p, U32 ix) { in gather() function
496 SI V gather(const T* ptr, U32 ix) { in gather() function
DSkJumper_stages.cpp83 SI T gather(const T* p, U32 ix) { return p[ix]; } in gather() function
165 SI V<T> gather(const T* p, U32 ix) { in gather() function
270 SI V<T> gather(const T* p, U32 ix) { in gather() function
275 SI F gather(const float* p, U32 ix) { return _mm256_i32gather_ps (p, ix, 4); } in gather() function
276 SI U32 gather(const uint32_t* p, U32 ix) { return _mm256_i32gather_epi32(p, ix, 4); } in gather() function
277 SI U64 gather(const uint64_t* p, U32 ix) { in gather() function
494 SI V<T> gather(const T* p, U32 ix) { in gather() function
/external/skia/src/shaders/
DSkImageShader.cpp355 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
/external/swiftshader/src/Renderer/
DSampler.hpp227 bool gather; member in sw::Sampler
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() function in Scalarizer

12