/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | gather_op.cc | 198 xla::ComputationDataHandle gather; in Compile() local 239 xla::ComputationDataHandle gather; in Compile() local
|
D | variable_ops.cc | 120 xla::ComputationDataHandle gather; in Compile() local
|
D | tensor_array_ops.cc | 340 xla::ComputationDataHandle gather; in Compile() local
|
/external/python/cpython2/Lib/curses/ |
D | textpad.py | 148 def gather(self): member in Textbox
|
/external/python/cpython3/Lib/curses/ |
D | textpad.py | 160 def gather(self): member in Textbox
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | gather.cc | 27 namespace gather { namespace
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.cpp | 164 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
|
D | GrRenderTargetOpList.cpp | 282 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
|
/external/skia/src/gpu/ |
D | GrTextureOpList.cpp | 164 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
|
D | GrRenderTargetOpList.cpp | 282 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p) { in gatherProxyIntervals() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | tensor_array_ops.py | 293 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
|
D | array_ops.py | 2663 def gather(params, indices, validate_indices=None, name=None, axis=0): function
|
/external/skqp/src/shaders/ |
D | SkImageShader.cpp | 315 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
|
/external/python/cpython3/Lib/asyncio/ |
D | tasks.py | 555 def gather(*coros_or_futures, loop=None, return_exceptions=False): function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dfs_hlo_visitor_with_default.h | 191 Status HandleGather(HloInstructionPtr gather) override { in HandleGather()
|
D | hlo_verifier.cc | 427 Status ShapeVerifier::HandleGather(HloInstruction* gather) { in HandleGather()
|
D | hlo_cost_analysis.cc | 536 Status HloCostAnalysis::HandleGather(const HloInstruction* gather) { in HandleGather()
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 146 GatherComp gather; in TEST() local
|
/external/skia/src/shaders/ |
D | SkImageShader.cpp | 355 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY() local
|
/external/skqp/src/jumper/ |
D | SkJumper_stages_lowp.cpp | 470 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
|
D | SkJumper_stages.cpp | 83 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/jumper/ |
D | SkJumper_stages_lowp.cpp | 470 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
|
D | SkJumper_stages.cpp | 83 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/swiftshader/src/Renderer/ |
D | Sampler.hpp | 227 bool gather; member in sw::Sampler
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { in gather() function in Scalarizer
|