Searched refs:read_hwc (Results 1 – 1 of 1) sorted by relevance
2027 auto read_hwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithoutBatch() local2034 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()