Searched refs:CompoundExecutionBuilder (Results 1 – 3 of 3) sorted by relevance
280 class CompoundExecutionBuilder : public ExecutionBuilder {282 CompoundExecutionBuilder(const CompilationBuilder* compilation);
168 CompoundExecutionBuilder::CompoundExecutionBuilder(const CompilationBuilder* compilation) in CompoundExecutionBuilder() function in android::nn::CompoundExecutionBuilder679 std::tuple<int, std::vector<OutputShape>, Timing> CompoundExecutionBuilder::computeInternal( in computeInternal()889 std::tuple<int, int, ExecuteFencedInfoCallback> CompoundExecutionBuilder::computeFencedInternal( in computeFencedInternal()
350 *execution = new (std::nothrow) CompoundExecutionBuilder(this); in createExecution()