Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dscatter_test.cc30 Literal* scatter_indices, Literal* updates) { in RunTest()
66 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
97 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 1}); in XLA_TEST_F() local
125 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
194 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0, 0}}); in XLA_TEST_F() local
222 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>({0, 2}); in XLA_TEST_F() local
310 Literal scatter_indices = LiteralUtil::CreateR1<int32>({2, 1}); in XLA_TEST_F() local
340 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in XLA_TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.cc32 HloInstruction* scatter_indices, int64_t index_vector_dim) { in TransposeIndexVectorDimToLast()
57 HloInstruction* scatter_indices, int64_t index_vector_dim) { in CanonicalizeScatterIndices()
226 HloInstruction* scatter_indices = loop_state[1]; in ScatterLoopBody() local
331 HloInstruction* scatter_indices = scatter->mutable_operand(1); in ScatterTripCount() local
364 HloInstruction* scatter_indices = scatter->mutable_operand(1); in ExpandInstruction() local
Dhlo_evaluator_test.cc3538 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
3571 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
3606 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
3640 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in TEST_F() local
3674 Literal scatter_indices = LiteralUtil::CreateR1<int32>({2, 1}); in TEST_P() local
3710 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in TEST_F() local
3744 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 2}, {2, 1}}); in TEST_F() local
3780 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0}, {1, 0}}); in TEST_F() local
3818 Literal scatter_indices = LiteralUtil::CreateR2<int32>({{0, 0}, {1, 0}}); in TEST_F() local
3853 Literal scatter_indices = LiteralUtil::CreateR1<int32>({1, 1}); in TEST_F() local
[all …]
Ddynamic_padder_test.cc501 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
563 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0}); in XLA_TEST_F() local
604 Literal scatter_indices = LiteralUtil::CreateR1<int32>({0, 2}); in XLA_TEST_F() local
Dhlo_instruction_test.cc1565 HloInstruction* scatter_indices = in TEST_F() local
Dhlo_instruction.cc1813 HloInstruction* scatter_indices, HloInstruction* updates, in CreateScatter()
Dhlo_instructions.cc2982 HloInstruction* scatter_indices, HloInstruction* updates, in HloScatterInstruction()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py561 def scatter(operand, scatter_indices, updates, update_computation, argument
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc318 const Shape& shape, XlaOp input, XlaOp scatter_indices, XlaOp updates, in ScatterInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1068 xla::XlaOp operand, scatter_indices, updates; in ExportXlaOp() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2330 XlaOp XlaBuilder::Scatter(XlaOp input, XlaOp scatter_indices, XlaOp updates, in Scatter()
2352 const Shape& shape, XlaOp input, XlaOp scatter_indices, XlaOp updates, in ScatterInternal()
4744 XlaOp Scatter(const XlaOp input, const XlaOp scatter_indices, in Scatter()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2385 const IrArray& scatter_indices = ir_arrays[0]; in EmitScatter() local