Home
last modified time | relevance | path

Searched defs:source_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_and_scatter_test.cc43 std::vector<int64> source_shape; member
78 auto source_shape = GetParam().source_shape; in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc604 auto source_shape = ShapeUtil::MakeShape(F32, {2, 2, 2}); in TEST_F() local
Dindexed_array_analysis.cc476 const Shape& source_shape = operand->source()->shape(); in ReshapeToRemoveDegenerateDims() local
Dshape_inference.cc2126 const Window& window, const Shape& source_shape, in InferSelectAndScatterShape()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc85 const Shape& source_shape, const Shape& dest_shape, in StrideConfig()