Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for used_node_dtypes (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/mlir_roundtrip_flags.cc

        GraphImportConfig::InputArrays* inputs) {
      std::vector<std::string> used_node_dtypes;
      if (node_dtypes.empty()) {
        // Mark all the node dtypes Invalid, so the importer can handle them by
        // using the type from the graph.
        used_node_dtypes.resize(node_names.size(), DataType_Name(DT_INVALID));
      } else if (node_names.size() == node_dtypes.size()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top