Searched defs:gather_indices (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | resampler_ops.cc | 141 XlaOp Gather2by2Neighbors(xla::XlaBuilder* b, XlaOp data, XlaOp gather_indices, in Gather2by2Neighbors() 252 XlaOp gather_indices, XlaOp warp, in CalculateGradData() 363 XlaOp gather_indices, XlaOp data, in CalculateGradWarp() 521 auto gather_indices = ConcatenateIota(ctx->builder(), top_left, warp_shape); in Compile() local 654 auto gather_indices = ConcatenateIota(ctx->builder(), top_left, warp_shape); in Compile() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | peephole.cpp | 336 Node* gather_indices = b->owningGraph()->create(onnx::Constant, 1); in pushPackingPastRnn() local 480 Node* gather_indices = graph->create(onnx::Constant, 1); in fixDefaultRNNState() local
|
H A D | preprocess_for_onnx.cpp | 204 Node* gather_indices = b->owningGraph()->create(onnx::Constant, 1); in fuseListAndListUnpack() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | gather_test.py | 157 def _benchmarkGather(self, name, axis, gather_indices, use_xla_jit): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | slicing.cc | 215 XlaOp gather_indices = ConcatInDim(builder, to_concat, input_shape.rank()); in TorchGather() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | layer_utils.h | 449 nvinfer1::ITensor* gather_indices = (*indices_result)->getOutput(0); variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dynamic_padder.cc | 710 HloInstruction* gather_indices = reshape->AddInstruction( in RewriteDynamicReshapeCombineInput() local
|