Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Translator (0.1 sec)

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

      if (!IsValidTFLiteMlirModule(module)) return std::nullopt;
      auto translator = std::unique_ptr<Translator>(
          new Translator(module, toco_flags, tags, op_or_arg_name_mapper, metadata,
                         custom_option_alignment));
      translator->convert_stablehlo_ = serialize_stablehlo_ops;
      auto ret = translator->TranslateInternal();
      if (translator->require_use_buffer_offset_) {
        ret = std::nullopt;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    	// recorder is used to record events in the API server
    	recorder record.EventRecorder
    
    	// blkUtil provides volume path related operations for block volume
    	blkUtil volumepathhandler.BlockVolumePathHandler
    
    	translator InTreeToCSITranslator
    }
    
    type inTreeResizeResponse struct {
    	pvc *v1.PersistentVolumeClaim
    	pv  *v1.PersistentVolume
    
    	err error
    	// indicates that resize operation was called on underlying volume driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top