Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1153 std::vector<const Shape*> dim_size_shape_ptrs; in DynamicReshape() local
1157 absl::c_transform(dim_size_shapes, std::back_inserter(dim_size_shape_ptrs), in DynamicReshape()
1161 *operand_shape, dim_size_shape_ptrs, in DynamicReshape()