Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetStringsFromDictionaryAttr (0.17 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      main_op.getAllArgAttrs(arg_attrs);
      main_op.getAllResultAttrs(res_attrs);
      std::vector<std::string> sig_def_inputs =
          GetStringsFromDictionaryAttr(arg_attrs, kTfSavedModelIndexPathAttr);
      std::vector<std::string> sig_def_outputs =
          GetStringsFromDictionaryAttr(res_attrs, kTfSavedModelIndexPathAttr);
    
      // If no defined saved model signature, then return empty list.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top