Searched refs:SelectAndScatter (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dselect_and_scatter_test.cc83 auto select_and_scatter = builder_.SelectAndScatter(
203 builder_.SelectAndScatter(operand, ge_f32_, /*window_dimensions=*/{3},
215 builder_.SelectAndScatter(operand, ge_f32_, /*window_dimensions=*/{3},
226 builder_.SelectAndScatter(operand, ge_s32_, /*window_dimensions=*/{3},
237 builder_.SelectAndScatter(operand, ge_s32_, /*window_dimensions=*/{3},
249 builder_.SelectAndScatter(operand, ge_s32_, /*window_dimensions=*/{2, 3},
263 builder_.SelectAndScatter(reshape, ge_s32_, /*window_dimensions=*/{2, 3},
275 builder_.SelectAndScatter(operand, ge_s32_, /*window_dimensions=*/{2, 3},
287 builder_.SelectAndScatter(operand, ge_s32_, /*window_dimensions=*/{2, 2},
301 builder_.SelectAndScatter(operan
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis_test.cc248 TEST_F(HloCostAnalysisTest, SelectAndScatter) {
255 builder.SelectAndScatter(operand, gt_, {4, 5}, {4, 5}, Padding::kValid,
H A Dhlo_matchers.h152 HLO_MATCHER(SelectAndScatter);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dpooling_ops.cc347 xla::ComputationDataHandle gradients = ctx->builder()->SelectAndScatter(
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client_test.py1042 c.SelectAndScatter(c.Constant(NumpyArrayF32([[1., 2., 6.], [4., 5., 3.]])),
1054 c.SelectAndScatter(c.Constant(NumpyArrayF64([[1., 2., 6.], [4., 5., 3.]])),
H A Dxla_client.py713 def SelectAndScatter(self, operand, select, window_dimensions, window_strides, member in class:ComputationBuilder
731 A ComputationDataHandle representing the added SelectAndScatter op.
/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.h563 ComputationDataHandle SelectAndScatter(
570 // As SelectAndScatter(), but the padding is given in the format
H A Dcomputation_builder.cc1409 ComputationDataHandle ComputationBuilder::SelectAndScatter( function in class:xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_parser_test.cc411 "SelectAndScatter",

Completed in 153 milliseconds