Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for nilcheck (0.45 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		}
    		return p
    	}
    	p = s.nilCheck(p)
    	return p
    }
    
    // nilCheck generates nil pointer checking code.
    // Used only for automatically inserted nil checks,
    // not for user code like 'x != nil'.
    // Returns a "definitely not nil" copy of x to ensure proper ordering
    // of the uses of the post-nilcheck pointer.
    func (s *state) nilCheck(ptr *ssa.Value) *ssa.Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    // RUN: tf-opt %s -tfl-optimize | FileCheck %s
    // Run optimize pass and then canonicalize pass, and make sure some folding is applied.
    // RUN: tf-opt %s -tfl-optimize='enable-canonicalization=true' | FileCheck --check-prefix=FOLD %s
    
    // Run legalize pass and then optimize pass, and make sure some fusing is applied.
    // RUN: tf-opt %s -tfl-legalize-tf -tfl-optimize | FileCheck --check-prefix=Fusing %s
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // RUN: tf-opt "-xla-legalize-tf=legalize-chlo=false" -split-input-file %s | FILECHECK_OPTS="" FileCheck %s
    // RUN: tf-opt "-xla-legalize-tf=legalize-chlo=true" -split-input-file -verify-diagnostics %s | FileCheck %s --check-prefix CHLO --dump-input-filter=all
    // This test runs twice:
    //   1. Through FILECHECK_OPTS="" FileCheck with chlo legalization disabled since verifying
    //      that the chlo ops emit produces more useful tests.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-64844`](https://youtrack.jetbrains.com/issue/KT-64844) [K/N] Filecheck test `redundant_safepoints.kt` fails under linux_x64
    - [`KT-64877`](https://youtrack.jetbrains.com/issue/KT-64877) K2: PCLA doesn't allow infer types from value parameter having TV type
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // NOTE: Assertions have been autogenerated by utils/generate-test-checks.py
    // RUN: odml-to-stablehlo-opt -tf-legalize-hlo -verify-diagnostics %s | FileCheck %s
    
    // CHECK-LABEL:   func @biasAdd_NHWC(
    // CHECK-SAME:                       %[[VAL_0:.*]]: tensor<1x32x10x32xi32>,
    // CHECK-SAME:                       %[[VAL_1:.*]]: tensor<32xi32>) -> tensor<1x32x10x32xi32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

    // RUN: tf-opt -tfl-prepare-composite-funcs-tf="fuse-tftext=true" %s | FileCheck %s
    
    func.func private @whitespace_tokenizer_rank1(%arg0: tensor<1x!tf_type.string> {tf._user_specified_name = "input"}) -> (tensor<?x!tf_type.string>, tensor<?xi64>) attributes {tf._input_shapes = [#tf_type.shape<1>], tf._implements = #tf_type.func<@"tftext:WhitespaceTokenizer", {}>, tf.signature.is_stateful} {
      %0 = "tf.Const"() {value = dense<[0, 1]> : tensor<2xi64>} : () -> tensor<2xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritePPC64.go

    		return rewriteValuePPC64_OpNeq64F(v)
    	case OpNeq8:
    		return rewriteValuePPC64_OpNeq8(v)
    	case OpNeqB:
    		v.Op = OpPPC64XOR
    		return true
    	case OpNeqPtr:
    		return rewriteValuePPC64_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpPPC64LoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValuePPC64_OpNot(v)
    	case OpOffPtr:
    		return rewriteValuePPC64_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpPPC64OR
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteS390X.go

    		return rewriteValueS390X_OpNeq64F(v)
    	case OpNeq8:
    		return rewriteValueS390X_OpNeq8(v)
    	case OpNeqB:
    		return rewriteValueS390X_OpNeqB(v)
    	case OpNeqPtr:
    		return rewriteValueS390X_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpS390XLoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValueS390X_OpNot(v)
    	case OpOffPtr:
    		return rewriteValueS390X_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpS390XORW
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteARM.go

    		return rewriteValueARM_OpNeq64F(v)
    	case OpNeq8:
    		return rewriteValueARM_OpNeq8(v)
    	case OpNeqB:
    		v.Op = OpARMXOR
    		return true
    	case OpNeqPtr:
    		return rewriteValueARM_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpARMLoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValueARM_OpNot(v)
    	case OpOffPtr:
    		return rewriteValueARM_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpARMOR
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top