Searched refs:_output_nhwc (Results 1 – 2 of 2) sorted by relevance
154 _output_nhwc(),251 _output_nhwc = info; in configure()252 _permute_output->configure(&_output_nhwc, dst, PermutationVector(1U, 2U, 0U)); in configure()343 CpuAuxTensorHandler output_nhwc(offset_int_vec(PermutedOutput), _output_nhwc, tensors, true); in run()
129 TensorInfo _output_nhwc; variable