Searched refs:CompoundExecutionBuilder (Results 1 – 3 of 3) sorted by relevance
302 class CompoundExecutionBuilder : public ExecutionBuilder {304 CompoundExecutionBuilder(const CompilationBuilder* compilation);
169 CompoundExecutionBuilder::CompoundExecutionBuilder(const CompilationBuilder* compilation) in CompoundExecutionBuilder() function in android::nn::CompoundExecutionBuilder718 std::tuple<int, std::vector<OutputShape>, Timing> CompoundExecutionBuilder::computeInternal( in computeInternal()928 std::tuple<int, int, ExecuteFencedInfoCallback> CompoundExecutionBuilder::computeFencedInternal( in computeFencedInternal()
383 *execution = new (std::nothrow) CompoundExecutionBuilder(this); in createExecution()