Lines Matching refs:OutputShape
193 std::tuple<int, std::vector<OutputShape>, Timing> execute(
252 std::tuple<int, std::vector<OutputShape>, Timing> compute(
579 std::tuple<int, std::vector<OutputShape>, Timing> DriverPreparedModel::execute( in execute()
591 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> result; in execute()
613 std::vector<OutputShape> outputShapes; in execute()
733 std::tuple<int, std::vector<OutputShape>, Timing> DriverExecution::compute( in compute()
931 std::tuple<int, std::vector<OutputShape>, Timing> execute(
987 std::tuple<int, std::vector<OutputShape>, Timing> compute(
1076 static std::tuple<int, std::vector<OutputShape>, Timing> computeOnCpu( in computeOnCpu()
1171 std::tuple<int, std::vector<OutputShape>, Timing> CpuPreparedModel::execute( in execute()
1194 std::tuple<int, std::vector<OutputShape>, Timing> result = {}; in execute()
1220 std::tuple<int, std::vector<OutputShape>, Timing> CpuExecution::compute( in compute()
1230 std::tuple<int, std::vector<OutputShape>, Timing> result = {}; in compute()