diff --git a/docs/_cpp_api/class_view_hierarchy.html b/docs/_cpp_api/class_view_hierarchy.html index 3cae8da17a..a6196ddd74 100644 --- a/docs/_cpp_api/class_view_hierarchy.html +++ b/docs/_cpp_api/class_view_hierarchy.html @@ -113,7 +113,7 @@
@@ -2581,7 +2641,7 @@

dtype - : Expected data type for the input (Defaults to Float32) + : Expected data type for the input (Defaults to the type of the weights in the first tensor calculation if detectable else Float32)

  • @@ -2686,7 +2746,7 @@

    dtype - : Expected data type for the input (Defaults to Float32) + : Expected data type for the input (Defaults to the type of the weights in the first tensor calculation if detectable else Float32)

  • @@ -2879,7 +2939,7 @@

    dtype - : Expected data type for the input (Defaults to Float32) + : Expected data type for the input (Defaults to the type of the weights in the first tensor calculation if detectable else Float32)

  • @@ -3116,7 +3176,7 @@

    dtype - : Expected data type for the input (Defaults to Float32) + : Expected data type for the input (Defaults to the type of the weights in the first tensor calculation if detectable else Float32)

  • @@ -3353,7 +3413,7 @@

    dtype - : Expected data type for the input (Defaults to Float32) + : Expected data type for the input (Defaults to the type of the weights in the first tensor calculation if detectable else Float32)

  • @@ -3431,28 +3491,6 @@

  • -
    -
    - - - bool - - get_explicit_set_dtype - - - ( - - - ) - - - ¶ - -
    -
    -
    -
    -

    @@ -4230,200 +4268,6 @@

    -
    -
    - - - - struct - - - TorchFallback - - - ¶ - -
    -
    -
    -

    - A struct to hold fallback info. -

    -
    -

    - Public Functions -

    -
    -
    - - - - TorchFallback - - - ( - - - ) - - = default - - ¶ - -
    -
    -
    -

    - Construct a default Torch Fallback object, fallback will be off. -

    -
    -
    -
    -
    - - - - TorchFallback - - - ( - - bool - - enabled - - - ) - - - ¶ - -
    -
    -
    -

    - Construct from a bool. -

    -
    -
    -
    -
    - - - - TorchFallback - - - ( - - bool - - enabled - - , uint64_t - - min_size - - - ) - - - ¶ - -
    -
    -
    -

    - Constructor for setting min_block_size. -

    -
    -
    -
    -
    -

    - Public Members -

    -
    -
    - - - bool - - enabled - - = false - - ¶ - -
    -
    -
    -

    - enable the automatic fallback feature -

    -
    -
    -
    -
    - - - uint64_t - - min_block_size - - = 1 - - ¶ - -
    -
    -
    -

    - minimum consecutive operation number that needs to be satisfied to convert to TensorRT -

    -
    -
    -
    -
    - - - std::vector<std::string> - - forced_fallback_ops - - - ¶ - -
    -
    -
    -

    - A list of names of operations that will explicitly run in PyTorch. -

    -
    -
    -
    -
    - - - std::vector<std::string> - - forced_fallback_modules - - - ¶ - -
    -
    -
    -

    - A list of names of modules that will explicitly run in PyTorch. -

    -
    -
    -
    -
    -
    diff --git a/docs/_cpp_api/structtrtorch_1_1CompileSpec_1_1Device.html b/docs/_cpp_api/structtrtorch_1_1CompileSpec_1_1Device.html index f0eb05ed75..489e984576 100644 --- a/docs/_cpp_api/structtrtorch_1_1CompileSpec_1_1Device.html +++ b/docs/_cpp_api/structtrtorch_1_1CompileSpec_1_1Device.html @@ -115,7 +115,7 @@