Lines Matching refs:OutputShape
105 std::vector<OutputShape> getInitialOutputShapes() const;
125 int finishComputation(int result, const std::vector<OutputShape>& outputShapes,
127 ErrorStatus finishComputation(ErrorStatus error, const std::vector<OutputShape>& outputShapes, in finishComputation()
170 virtual std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
184 bool updateOutputShapes(ErrorStatus status, const std::vector<OutputShape>& outputShapes);
290 std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
306 std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
365 bool updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from,
366 std::vector<OutputShape>* to, UpdateOutputShapes* update);
403 std::tuple<int, std::vector<OutputShape>, Timing> compute(
408 std::tuple<int, std::vector<OutputShape>, Timing> computeOnCpuFallback();