Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
This is the complete list of members for txeo::Predictor< T >, including all inherited members.
enable_xla(bool enable) | txeo::Predictor< T > | |
get_devices() const | txeo::Predictor< T > | |
get_input_metadata() const noexcept | txeo::Predictor< T > | |
get_input_metadata_shape(const std::string &name) const | txeo::Predictor< T > | |
get_output_metadata() const noexcept | txeo::Predictor< T > | |
get_output_metadata_shape(const std::string &name) const | txeo::Predictor< T > | |
operator=(const Predictor &)=delete | txeo::Predictor< T > | |
operator=(Predictor &&)=delete | txeo::Predictor< T > | |
predict(const txeo::Tensor< T > &input) const | txeo::Predictor< T > | |
predict_batch(const TensorIdent &inputs) const | txeo::Predictor< T > | |
Predictor()=delete | txeo::Predictor< T > | explicit |
Predictor(const Predictor &)=delete | txeo::Predictor< T > | |
Predictor(Predictor &&)=delete | txeo::Predictor< T > | |
Predictor(std::filesystem::path model_path) | txeo::Predictor< T > | explicit |
TensorIdent typedef | txeo::Predictor< T > | |
TensorInfo typedef | txeo::Predictor< T > | |
~Predictor() | txeo::Predictor< T > |