Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
torch::jit::script::Refinements Struct Reference

Public Member Functions

void setRefinement (const std::string &name, TypeAndRange mapping)
 
c10::optional< TypeAndRange > getRefinement (const std::string &name) const
 
void intersectRefinements (const Refinements &other)
 
void unionRefinements (const Refinements &other)
 

Data Fields

std::map< std::string, TypeAndRange > mappings_
 

Detailed Description

Definition at line 37 of file compiler.cpp.


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