Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.cc383 std::vector<BHWC> src_shapes; in UpdateParams() local
387 src_shapes.push_back(BHWC(shape.b, shape.h, shape.w, shape.c)); in UpdateParams()