Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h1083 const Shape& this_shape = shape(); in PopulateInternal() local
1084 const int64 rank = this_shape.rank(); in PopulateInternal()
1085 TF_RET_CHECK(LayoutUtil::IsDenseArray(this_shape)); in PopulateInternal()
1086 TF_RET_CHECK(this_shape.element_type() == in PopulateInternal()
1090 StrideConfig stride_config(this_shape, this_shape, in PopulateInternal()
1091 AsInt64Slice(this_shape.dimensions())); in PopulateInternal()
1093 ShapeUtil::GetDimension(this_shape, stride_config.minor_dimension); in PopulateInternal()
1106 ShapeUtil::ForEachIndexParallel(this_shape, stride_config.base, in PopulateInternal()
1111 this_shape, stride_config.base, stride_config.dimensions, in PopulateInternal()