Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for watcher (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

               "SavedModel. If your model is not based on the TensorFlow "
               "SavedModel, use an empty value.">
      ];
    }
    
    def FusedKernelMatcherPass : Pass<"tf-fused-kernel-matcher", "mlir::func::FuncOp"> {
      let summary = "Matches computations corresponding to optimized fused kernels";
      let constructor = "TF::CreateFusedKernelMatcherPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    // expected-warning @+1 {{TFLite does not support batched input for non_max_suppression_padded}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

      local -r staging_path=$1
      local -r gs_url=$2
      local -r tar=$3
      local -r hash=$4
      local -r basename_tar=$(basename "${tar}")
    
      #check whether this tar alread exists and has the same hash
      #if it matches, then don't bother uploading it again
    
      #remote_tar_md5 checks the remote location for the existing tarball and its md5
      #staging_path example gs://kubernetes-staging-PROJECT/kubernetes-devel
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top