Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2009 auto read_bhwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithBatch() local
2016 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()