Searched refs:read_bhwc (Results 1 – 1 of 1) sorted by relevance
2009 auto read_bhwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithBatch() local2016 RETURN_IF_ERROR(read_bhwc(1, &attr->starts)); in ReadAttribsWithBatch()2017 RETURN_IF_ERROR(read_bhwc(2, &attr->ends)); in ReadAttribsWithBatch()2018 RETURN_IF_ERROR(read_bhwc(3, &attr->strides)); in ReadAttribsWithBatch()