Home
last modified time | relevance | path

Searched defs:Gather (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp805 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/
Doperation_semantics.md1258 ## Gather section in Operation Semantics
1263 ### General Semantics
1353 ### Informal Description and Examples
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_gather.cc28 inline void Gather(const Array& input_array, const Array& coords_array, in Gather() function
/external/tensorflow/tensorflow/lite/kernels/
Dgather.cc97 TfLiteStatus Gather(const TfLiteGatherParams& params, const TfLiteTensor* input, in Gather() function
/external/tensorflow/tensorflow/core/kernels/
Dgather_op_test.cc182 static Graph* Gather(int dim) { in Gather() function
/external/grpc-grpc/src/python/grpcio/
Dcommands.py309 class Gather(setuptools.Command): class
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc183 TEST(TFCompileTest, Gather) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer_test.cc243 void Gather(int fail_after) { in Gather() function in tensorflow::RingGathererTest
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc642 TEST_F(HloCostAnalysisTest, Gather) { in TEST_F() argument
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc422 Node* Gather(Graph* g, Node* in0, Node* in1, Node* axis) { in Gather() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc754 LocalOp ComputationBuilder::Gather( in Gather() function in xla::swig::ComputationBuilder
Dxla_client.py1775 def Gather(self, a, start_indices, dimension_numbers, slice_sizes): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1840 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/
Doperator.cc522 class Gather : public BuiltinOperator<GatherOperator, ::tflite::GatherOptions, class
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2134 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { in Gather() function in BoUpSLP
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h801 inline void Gather(const T* input_data, const Dims<4>& input_dims, in Gather() function
Dreference_ops.h2936 inline void Gather(const tflite::GatherParams& op_params, in Gather() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2919 Value *BoUpSLP::Gather(ArrayRef<Value *> VL, VectorType *Ty) { in Gather() function in BoUpSLP
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3898 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/
DSelectionDAGBuilder.cpp4129 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/
DX86ISelLowering.cpp25811 auto *Gather = cast<MaskedGatherSDNode>(N); in ReplaceNodeResults() local
25837 auto *Gather = cast<MaskedGatherSDNode>(N); in ReplaceNodeResults() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2316 func Gather(scope *Scope, params tf.Output, indices tf.Output, optional ...GatherAttr) (output tf.O… func