Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for lastOption (0.21 sec)

  1. test-site/activator-launch-1.3.2.jar

    filter(scala.Function1); public final Object filterNot(scala.Function1); public final scala.Tuple2 partition(scala.Function1); public final scala.Option headOption(); public final Object tail(); public final Object last(); public final scala.Option lastOption(); public final Object sliceWithKnownDelta$1796fe1c(int, int); public final Object sliceWithKnownBound(int, int); public final Object to(scala.collection.generic.CanBuildFrom); public final String stringPrefix(); public final int size(); public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/mark_functions_noinline.cc

               "the attribute `tf._noinline = true`. This attributes the function "
               "from being inlined by the `InlinerPass`.";
      }
    
      void runOnOperation() override;
    
     private:
      ListOption<std::string> CreateNoinlineFunctionsOption(
          const ArrayRef<std::string> noinline_functions) {
        return {*this, "noinline-functions",
                llvm::cl::desc(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 18 02:52:57 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/passes.td

                 "bool", "false",
                 "Use legacy quantize mode in test. Valid when `-legacy-quantize` is set.">,
          ListOption<"ops_blocklist_flag_", "ops-blocklist",
                 "std::string", "Names of ops to blocklist from quantization">,
          ListOption<"nodes_blocklist_flag_", "locs-blocklist",
                 "std::string", "Names of location to blocklist from quantization">,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/transforms/target_annotation.cc

     private:
      void runOnFunction() override;
      void SetTargetAnnotation(Operation* op,
                               llvm::ArrayRef<std::string> device_specs,
                               OpBuilder* builder);
    
      ListOption<std::string> device_specs_flag_{
          *this, "device-specs",
          llvm::cl::desc(
              "comma separated list of device specs, like CPU, GPU, Hexagon."),
          llvm::cl::ZeroOrMore};
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 19:32:06 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        Finds all `CustomAggregator` ops in the each function and add a single
        `CalibrationStatisticsSaver` op at the end of the function to collect their
        statistics.
      }];
      let options = [
        ListOption<"aggregator_ops_to_ignore_", "aggregator-ops-to-ignore", "std::string",
                   "Ops to ignore when inserting CalibrationStatisticsSaver.">,
        Option<"calibration_data_dir_", "calibration-data-dir",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/transforms/get_alternative_subgraph.cc

          OpBuilder* builder);
    
      // Apply any device-specific optimizations.
      void Optimize(func::FuncOp func, const std::string& hardware);
    
      ListOption<std::string> device_specs_flag_{
          *this, "device-specs",
          llvm::cl::desc(
              "comma separated list of device specs, like CPU, GPU, DPS."),
          llvm::cl::ZeroOrMore};
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_node_status_test.go

    					return nil
    				},
    			}
    			assert.NoError(t, kubelet.updateNodeStatus(ctx))
    
    			actions := kubeClient.Actions()
    			lastAction := actions[len(actions)-1]
    			assert.IsType(t, core.PatchActionImpl{}, lastAction)
    			patchAction := lastAction.(core.PatchActionImpl)
    
    			updatedNode, err := applyNodeStatusPatch(oldNode, patchAction.GetPatch())
    			require.NoError(t, err)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

          }
          return %graph : tensor<i32>
        }
        ```
      }];
    
      let constructor = "tf_executor::CreateTFExecutorGraphPruningPass()";
    
      let options = [
       ListOption<"ops_to_preserve_", "ops-to-preserve", "std::string",
                   "Comma separated list of ops that should not be pruned "
                   "regardless of reachability">
      ];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.29.md

    - Implemented API for streaming for the `etcd` store implementation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

    - Implemented API streaming for the `watch-cache`
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top