Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enable_tflite_resource_variables (0.28 sec)

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

          auto module,
          ImportSavedModel(
              model_flags.saved_model_dir(), model_flags.saved_model_version(),
              tags, absl::MakeSpan(custom_opdefs), exported_names, specs,
              !toco_flags.enable_tflite_resource_variables(), &context, &bundle));
    
      if (!model_flags.input_arrays().empty() ||
          !model_flags.output_arrays().empty()) {
        TF_RETURN_IF_ERROR(HandleInputOutputArraysWithModule(model_flags, &module));
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top