Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2027 auto read_hwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithoutBatch() local
2034 RETURN_IF_ERROR(read_hwc(1, &attr->starts)); in ReadAttribsWithoutBatch()
2035 RETURN_IF_ERROR(read_hwc(2, &attr->ends)); in ReadAttribsWithoutBatch()
2036 RETURN_IF_ERROR(read_hwc(3, &attr->strides)); in ReadAttribsWithoutBatch()