/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 805 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::GatherBase 1074 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherUint2D 1114 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherDepth2D 1133 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherFloat2DArray 1172 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherInt2DArray 1211 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherUint2DArray 1251 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherDepth2DArray 1275 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherFloatCube 1299 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherIntCube 1338 virtual std::string Gather() in Gather() function in glcts::__anonbe04b8f80111::PlainGatherUintCube [all …]
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1258 ## Gather section in Operation Semantics 1263 ### General Semantics 1353 ### Informal Description and Examples
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_gather.cc | 28 inline void Gather(const Array& input_array, const Array& coords_array, in Gather() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather.cc | 97 TfLiteStatus Gather(const TfLiteGatherParams& params, const TfLiteTensor* input, in Gather() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | gather_op_test.cc | 182 static Graph* Gather(int dim) { in Gather() function
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 309 class Gather(setuptools.Command): class
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 183 TEST(TFCompileTest, Gather) { in TEST() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_gatherer_test.cc | 243 void Gather(int fail_after) { in Gather() function in tensorflow::RingGathererTest
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis_test.cc | 642 TEST_F(HloCostAnalysisTest, Gather) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 422 Node* Gather(Graph* g, Node* in0, Node* in1, Node* axis) { in Gather() function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.cc | 754 LocalOp ComputationBuilder::Gather( in Gather() function in xla::swig::ComputationBuilder
|
D | xla_client.py | 1775 def Gather(self, a, start_indices, dimension_numbers, slice_sizes): member in ComputationBuilder
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1840 XlaOp XlaBuilder::Gather(const XlaOp& input, const XlaOp& start_indices, in Gather() function in xla::XlaBuilder 3424 XlaOp Gather(const XlaOp& input, const XlaOp& start_indices, in Gather() function
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 522 class Gather : public BuiltinOperator<GatherOperator, ::tflite::GatherOptions, class
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2134 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { in Gather() function in BoUpSLP
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 801 inline void Gather(const T* input_data, const Dims<4>& input_dims, in Gather() function
|
D | reference_ops.h | 2936 inline void Gather(const tflite::GatherParams& op_params, in Gather() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2919 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { in Gather() function in BoUpSLP
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3898 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4129 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, in visitMaskedGather() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25811 auto *Gather = cast<MaskedGatherSDNode>(N); in ReplaceNodeResults() local 25837 auto *Gather = cast<MaskedGatherSDNode>(N); in ReplaceNodeResults() local
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2316 func Gather(scope *Scope, params tf.Output, indices tf.Output, optional ...GatherAttr) (output tf.O… func
|