Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for current$ (0.16 sec)

  1. pkg/apis/core/validation/validation.go

    	"Stdin":                    true,
    	"StdinOnce":                true,
    	"TTY":                      true,
    }
    
    // validOS stores the set of valid OSes within pod spec.
    // The valid values currently are linux, windows.
    // In future, they can be expanded to values from
    // https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    var validOS = sets.New(core.Linux, core.Windows)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %81 : tensor<1x3xf32>
    
      // CHECK: tfl.fully_connected
    }
    
    // CHECK-LABEL: @FuseAddWithFullyConnectedNoBias
    // Note: Currently not fused.
    func.func @FuseAddWithFullyConnectedNoBias(%arg: tensor<2x512xf32>) -> tensor<2x1024xf32> {
      %cst_add = arith.constant dense<2.0> : tensor<512xf32>
      %cst_weights = arith.constant dense<3.0> : tensor<1024x512xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top