Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 858 for truncate (0.11 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/audit/truncate/truncate.go

    limitations under the License.
    */
    
    package truncate
    
    import (
    	"fmt"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	utilerrors "k8s.io/apimachinery/pkg/util/errors"
    	auditinternal "k8s.io/apiserver/pkg/apis/audit"
    	"k8s.io/apiserver/pkg/audit"
    )
    
    const (
    	// PluginName is the name reported in error metrics.
    	PluginName = "truncate"
    
    Registered: 2024-06-15 01:39
    - Last Modified: 2022-03-29 00:03
    - 4.7K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/truncate-canonical-name-pod.yaml

    believening <******@****.***> 1704184774 +0800
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-01-02 08:39
    - 299 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/truncate-canonical-name-pod.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-27 16:55
    - 5.7K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/truncate-canonical-name-custom-controller-pod.yaml

    believening <******@****.***> 1704184774 +0800
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-01-02 08:39
    - 524 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/truncate-canonical-name-custom-controller-pod.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: 2024-06-14 15:00
    - Last Modified: 2024-02-27 16:55
    - 5.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.td

        (TF_DepthwiseConv2dNativeOp
          (TF_CastOp:$cast_input
            (TF_SubOp (TF_CastOp $input, $truncate1), $input_zp), $truncate2),
          (TF_CastOp
            (TF_CastOp (TF_IdentityOp $filter), $truncate3), $truncate4),
          $strides, $padding, $explicit_padding,
          IsDataFormatNHWC:$data_format, $dilations), $truncate5),
      (CreateXLAConvOpFromTFDepthwiseConv2DOp
        $input, $filter, $input_zp, $conv, $strides,
    Registered: 2024-06-16 05:45
    - Last Modified: 2023-12-10 05:52
    - 21.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/tests/cast_bf16_ops_to_f32.mlir

      %0 = "tf.Cast"(%arg0) {Truncate = false, device = ""} : (tensor<1x3x4x3xf32>) -> tensor<1x3x4x3xbf16>
      %1 = "tf.Conv2D"(%0, %cst) {data_format = "NHWC", device = "", dilations = [1, 1, 1, 1], explicit_paddings = [], padding = "SAME", strides = [1, 1, 2, 1], use_cudnn_on_gpu = true} : (tensor<1x3x4x3xbf16>, tensor<2x3x3x2xbf16>) -> tensor<1x3x2x2xbf16>
      %2 = "tf.Cast"(%1) {Truncate = false} : (tensor<1x3x2x2xbf16>) -> tensor<1x3x2x2xf32>
    Registered: 2024-06-16 05:45
    - Last Modified: 2023-10-30 06:52
    - 8.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops.mlir

        %9 = "tf.Cast"(%8) {Truncate = false} : (tensor<2x2xf32>) -> tensor<2x2xi8>
        %10 = "tf.Cast"(%9) {Truncate = false} : (tensor<2x2xi8>) -> tensor<2x2xi32>
        %11 = "tf.Sub"(%10, %cst_4) : (tensor<2x2xi32>, tensor<i32>) -> tensor<2x2xi32>
        %12 = "tf.Identity"(%4) : (tensor<2x2xi8>) -> tensor<2x2xi8>
        %13 = "tf.Cast"(%12) {Truncate = false} : (tensor<2x2xi8>) -> tensor<2x2xi32>
    Registered: 2024-06-16 05:45
    - Last Modified: 2023-10-30 06:52
    - 81K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/bridge/convert-tf-quant-types.mlir

      // CHECK-DAG: %[[INPUT_QINT:.*]] = "tf.Cast"(%arg0) <{Truncate = false}> : (tensor<1x2x2x1xi32>) -> tensor<1x2x2x1x!tf_type.qint32>
      %q_input = "tf.Cast"(%arg0) {Truncate = false} : (tensor<1x2x2x1xi32>) -> tensor<1x2x2x1x!tf_type.qint32>
    
      // CHECK-DAG: %[[MIN_QINT:.*]] = "tf.Cast"(%arg1) <{Truncate = false}> : (tensor<i32>) -> tensor<!tf_type.qint32>
      // CHECK-DAG: %[[MAX_QINT:.*]] = "tf.Cast"(%arg1) <{Truncate = false}> : (tensor<i32>) -> tensor<!tf_type.qint32>
    Registered: 2024-06-16 05:45
    - Last Modified: 2023-10-30 06:52
    - 25.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/plugin/pkg/audit/truncate/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package truncate provides an implementation for the audit.Backend interface
    // that truncates audit events and sends them to the delegate audit.Backend.
    Registered: 2024-06-15 01:39
    - Last Modified: 2018-04-10 17:16
    - 799 bytes
    - Viewed (0)
Back to top