Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pbdoc (0.33 sec)

  1. tensorflow/compiler/mlir/lite/python/converter_python_api_wrapper.cc

          },
          R"pbdoc(
          Returns and clears the list of collected errors in ErrorCollector.
        )pbdoc");
      m.def(
          "FlatBufferToMlir",
          [](const std::string& model, bool input_is_filepath) {
            return tflite::FlatBufferFileToMlir(model, input_is_filepath);
          },
          R"pbdoc(
          Returns MLIR dump of the given TFLite model.
        )pbdoc");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/pywrap_tensorflow_to_stablehlo.cc

                              module_bytecode.status().ToString().c_str());
              throw py::error_already_set();
            }
            return py::bytes(module_bytecode.value());
          },
          R"pbdoc(
            Converts a TensorFlow SavedModel into StableHLO bytecode.
    
            * input-path: The path to the input TensorFlow SavedModel.
            * exported-model-signatures: Comma-separated list of exported model
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top