Home
last modified time | relevance | path

Searched defs:scatter (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/
Dxf86drmHash.c84 static unsigned long scatter[256]; in HashHash() local
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py336 def scatter(self, indices, value, name=None): member in _GraphTensorArray
661 def scatter(self, indices, value, name=None): member in _EagerTensorArray
947 def scatter(self, indices, value, name=None): member in TensorArray
/external/mesa3d/src/glx/
Dglxhash.c132 static unsigned long scatter[256]; in HashHash() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc346 auto scatter = CreateScalarAddComputation(element_type, ctx->builder()); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc397 const ComputationDataHandle& init_value, const LocalComputation& scatter) { in SelectAndScatterWithGeneralPadding()
Dxla_client.py714 padding, source, init_value, scatter): argument
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp272 Scatterer Scalarizer::scatter(Instruction *Point, Value *V) { in scatter() function in Scalarizer
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc1414 const ComputationDataHandle& init_value, const Computation& scatter) { in SelectAndScatter()
1436 const ComputationDataHandle& init_value, const Computation& scatter) { in SelectAndScatterWithGeneralPadding()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc651 HloComputation* scatter) { in CreateSelectAndScatter()
2038 HloComputation* HloInstruction::scatter() const { in scatter() function in xla::HloInstruction
Dhlo_evaluator.cc1550 HloComputation* scatter = select_and_scatter->scatter(); in HandleSelectAndScatter() local
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc781 optional<HloComputation*> scatter; in ParseInstruction() local
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto663 ComputationHandle scatter = 7; field