Home
last modified time | relevance | path

Searched defs:scatter_indices (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dscatter_test.cc31 Literal* scatter_indices, Literal* updates) { in RunTest()
67 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
98 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 1}); in XLA_TEST_F() local
126 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
195 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0, 0}}); in XLA_TEST_F() local
223 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
252 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
281 Literal scatter_indices = LiteralUtil::CreateR1<int32>({2, 1}); in XLA_TEST_F() local
311 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in XLA_TEST_F() local
340 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 2}, {2, 1}}); in XLA_TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.cc32 HloInstruction* scatter_indices, int64 index_vector_dim) { in TransposeIndexVectorDimToLast()
57 HloInstruction* scatter_indices, int64 index_vector_dim) { in CanonicalizeScatterIndices()
226 HloInstruction* scatter_indices = loop_state[1]; in ScatterLoopBody() local
348 HloInstruction* scatter_indices = scatter->mutable_operand(1); in ExpandScatter() local
Dhlo_evaluator_test.cc2335 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
2368 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
2403 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
2437 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
2471 Literal scatter_indices = LiteralUtil::CreateR1<int32>({2, 1}); in TEST_P() local
2507 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in TEST_F() local
2541 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 2}, {2, 1}}); in TEST_F() local
2577 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0}, {1, 0}}); in TEST_F() local
2615 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0}, {1, 0}}); in TEST_F() local
2650 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in TEST_F() local
[all …]
Dhlo_evaluator_typed_visitor.h2107 const Shape& updates_shape, const Literal* scatter_indices) in UpdateScatterIndexToInputIndex()
Dhlo_instruction_test.cc1434 HloInstruction* scatter_indices = in TEST_F() local
Dhlo_instruction.cc1316 HloInstruction* scatter_indices, HloInstruction* updates, in CreateScatter()
Dhlo_instructions.cc2396 HloInstruction* scatter_indices, HloInstruction* updates, in HloScatterInstruction()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc763 const LocalOp& input, const LocalOp& scatter_indices, in Scatter()
Dxla_client.py1779 def Scatter(self, a, scatter_indices, updates, update_computation, argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1031 const HloInstruction* scatter_indices = scatter->operand(1); in HandleScatter() local
1079 const HloInstruction* scatter_indices = scatter->operand(1); in EmitScatter() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1864 XlaOp XlaBuilder::Scatter(const XlaOp& input, const XlaOp& scatter_indices, in Scatter()
3431 XlaOp Scatter(const XlaOp& input, const XlaOp& scatter_indices, in Scatter()