Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h1060 const Shape& this_shape = shape(); in PopulateInternal() local
1061 const int64 rank = this_shape.rank(); in PopulateInternal()
1062 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in PopulateInternal()
1063 TF_RET_CHECK(this_shape.element_type() == in PopulateInternal()
1067 StrideConfig stride_config(this_shape, this_shape, in PopulateInternal()
1068 AsInt64Slice(this_shape.dimensions())); in PopulateInternal()
1070 ShapeUtil::GetDimension(this_shape, stride_config.minor_dimension); in PopulateInternal()
1083 ShapeUtil::ForEachIndexParallel(this_shape, stride_config.base, in PopulateInternal()
1088 this_shape, stride_config.base, stride_config.dimensions, in PopulateInternal()