HomeSort by relevance Sort by last modified time
    Searched refs:finishSubModel (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/nn/runtime/
ExecutionPlan.h 83 int finishSubModel(const ModelBuilder* fromModel, bool* hasOutputOfUnknownSize,
89 // only available after calling finishSubModel()
ExecutionPlan.cpp 52 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed due to transport error: "
57 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed with error: "
292 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, step " << mIndex;
349 int ExecutionStep::finishSubModel(const ModelBuilder* fromModel, bool* hasOutputOfUnknownSize,
432 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, compilation";
450 int n = step->finishSubModel(fromModel, &mHasSubModelOutputOfUnknownSize,
453 VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- finishSubModel failed";
630 // ExecutionStep::finishSubModel() establishes these orderings.
    [all...]

Completed in 285 milliseconds