This is the complete list of members for fast::TensorFlowEngine, including all inherited members.
addInputNode(uint portID, std::string name, NodeType type=NodeType::IMAGE, TensorShape shape={}) | fast::InferenceEngine | virtual |
addOutputNode(uint portID, std::string name, NodeType type=NodeType::IMAGE, TensorShape shape={}) | fast::InferenceEngine | virtual |
getDeviceList() | fast::TensorFlowEngine | virtual |
getFilename() const | fast::InferenceEngine | virtual |
getInputNode(std::string name) const | fast::InferenceEngine | virtual |
getInputNodes() const | fast::InferenceEngine | virtual |
getMaxBatchSize() | fast::InferenceEngine | virtual |
getName() const override | fast::TensorFlowEngine | virtual |
getOutputData(std::string inputNodeName) | fast::InferenceEngine | virtual |
getOutputNode(std::string name) const | fast::InferenceEngine | virtual |
getOutputNodes() const | fast::InferenceEngine | virtual |
getPreferredImageOrdering() const override | fast::TensorFlowEngine | virtual |
getPreferredModelFormat() const | fast::TensorFlowEngine | inlinevirtual |
getReporter() | fast::Object | |
getStaticNameOfClass() | fast::Object | inlinestatic |
getSupportedModelFormats() const | fast::TensorFlowEngine | inlinevirtual |
isLoaded() const | fast::InferenceEngine | virtual |
isModelFormatSupported(ModelFormat format) | fast::InferenceEngine | virtual |
load() override | fast::TensorFlowEngine | virtual |
m_deviceIndex | fast::InferenceEngine | protected |
m_deviceType | fast::InferenceEngine | protected |
m_maxBatchSize | fast::InferenceEngine | protected |
m_model | fast::InferenceEngine | protected |
m_weights | fast::InferenceEngine | protected |
mInputNodes | fast::InferenceEngine | protected |
mLearningPhaseTensors | fast::TensorFlowEngine | protected |
mOutputNodes | fast::InferenceEngine | protected |
mPtr | fast::Object | protected |
mSavedModelBundle | fast::TensorFlowEngine | protected |
mSession | fast::TensorFlowEngine | protected |
Object() | fast::Object | |
pointer typedef | fast::InferenceEngine | |
reportEnd() const | fast::Object | protected |
reportError() | fast::Object | protected |
reportInfo() | fast::Object | protected |
reportWarning() | fast::Object | protected |
run() override | fast::TensorFlowEngine | virtual |
setDevice(int index=-1, InferenceDeviceType type=InferenceDeviceType::ANY) | fast::InferenceEngine | virtual |
setDeviceType(InferenceDeviceType type) | fast::InferenceEngine | virtual |
setFilename(std::string filename) | fast::InferenceEngine | virtual |
setInputData(std::string inputNodeName, std::shared_ptr< Tensor > tensor) | fast::InferenceEngine | virtual |
setInputNodeShape(std::string name, TensorShape shape) | fast::InferenceEngine | virtual |
setIsLoaded(bool loaded) | fast::InferenceEngine | protectedvirtual |
setMaxBatchSize(int size) | fast::InferenceEngine | virtual |
setModelAndWeights(std::vector< uint8_t > model, std::vector< uint8_t > weights) | fast::InferenceEngine | virtual |
setOutputNodeShape(std::string name, TensorShape shape) | fast::InferenceEngine | virtual |
TensorFlowEngine() | fast::TensorFlowEngine | |
~Object() | fast::Object | inlinevirtual |
~TensorFlowEngine() override | fast::TensorFlowEngine | |