Home
last modified time | relevance | path

Searched refs:ReshapedArray (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h106 class ReshapedArray : public Array {
117 explicit ReshapedArray(Array* operand, Shape shape) in ReshapedArray() function
Dindexed_array_analysis.cc35 using ReshapedArray = Analysis::ReshapedArray; typedef
58 ReshapedArray* reshaped_array = root->as<ReshapedArray>(); in ToString()
824 return Construct<ReshapedArray>(operand, shape); in ComputeArrayForReshape()