Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions | Data Fields
caffe2::CompiledExecutionStep Struct Reference

Public Types

typedef std::function< bool(int)> ShouldContinue
 

Public Member Functions

 CompiledExecutionStep (const ExecutionStep *mainStep, Workspace *ws, ShouldContinue externalShouldContinue)
 

Data Fields

const ExecutionStep * step
 
vector< std::shared_ptr< CompiledExecutionStep > > reportSubsteps
 
vector< std::shared_ptr< CompiledExecutionStep > > recurringSubsteps
 
vector< NetBase * > networks
 
BlobshouldStop {nullptr}
 
ShouldContinue netShouldContinue
 
ShouldContinue shouldContinue
 
std::atomic< bool > gotFailure {false}
 

Detailed Description

Definition at line 81 of file workspace.cc.


The documentation for this struct was generated from the following file: