Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for nilcheck (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics --tf-tpu-rewrite=tpu-compile-metadata-debug | FILECHECK_OPTS="" FileCheck %s
    
    // Tests module with missing `tf.versions` attribute.
    
    // expected-error@+1 {{requires attribute 'tf.versions'}}
    module attributes {tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      func.func @missing_tf_versions() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

    // RUN: tf-opt %s -tf-shape-inference -verify-diagnostics | FileCheck %s
    
    !tf_variant = tensor<!tf_type.variant<tensor<*x!tf_type.variant>>>
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 130 : i32}} {
      // CHECK-LABEL: func @main(%arg0: tensor<1xi32>, %arg1: tensor<1xi32>) -> tensor<1xi32>
      func.func @main(%arg0: tensor<1xi32>, %arg1: tensor<1xi32>) -> tensor<*xi32> {
        // CHECK: %[[RESULT:.*]] = "tf.AddV2"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/ops.mlir

    // RUN: tf-opt -split-input-file -verify-diagnostics -tfl-runtime-verify %s | FileCheck %s
    
    // Unary math ops
    // -----
    
    // CHECK-LABEL: testCos
    func.func @testCos(tensor<? x f32>) -> tensor<? x f32> {
    ^bb0(%arg0: tensor<? x f32>):
      // CHECK: "tfl.cos"(%arg0)
      %0 = "tfl.cos"(%arg0): (tensor<? x f32>) -> tensor<? x f32>
      func.return %0 : tensor<? x f32>
    }
    
    // -----
    
    // test invalid Cos input
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteMIPS.go

    		return rewriteValueMIPS_OpNeq64F(v)
    	case OpNeq8:
    		return rewriteValueMIPS_OpNeq8(v)
    	case OpNeqB:
    		v.Op = OpMIPSXOR
    		return true
    	case OpNeqPtr:
    		return rewriteValueMIPS_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpMIPSLoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValueMIPS_OpNot(v)
    	case OpOffPtr:
    		return rewriteValueMIPS_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpMIPSOR
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics | FileCheck %s
    
    // Tests for TensorFlow ops with custom verifiers.
    
    // TODO(hinsu): Remove tests for ops without custom verifiers. These tests were
    // added along with manual op definition and are obsolete now that the op
    // definitions are auto-generated.
    
    // TODO(hinsu): Move attribute and type tests to types.mlir file.
    //===--------------------------------------------------------------------===//
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	case OpNeq8:
    		return rewriteValueLOONG64_OpNeq8(v)
    	case OpNeqB:
    		v.Op = OpLOONG64XOR
    		return true
    	case OpNeqPtr:
    		return rewriteValueLOONG64_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpLOONG64LoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValueLOONG64_OpNot(v)
    	case OpOffPtr:
    		return rewriteValueLOONG64_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpLOONG64OR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		return rewriteValueMIPS64_OpNeq64F(v)
    	case OpNeq8:
    		return rewriteValueMIPS64_OpNeq8(v)
    	case OpNeqB:
    		v.Op = OpMIPS64XOR
    		return true
    	case OpNeqPtr:
    		return rewriteValueMIPS64_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpMIPS64LoweredNilCheck
    		return true
    	case OpNot:
    		return rewriteValueMIPS64_OpNot(v)
    	case OpOffPtr:
    		return rewriteValueMIPS64_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpMIPS64OR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    		return true
    	case OpNeq8:
    		return rewriteValueRISCV64_OpNeq8(v)
    	case OpNeqB:
    		return rewriteValueRISCV64_OpNeqB(v)
    	case OpNeqPtr:
    		return rewriteValueRISCV64_OpNeqPtr(v)
    	case OpNilCheck:
    		v.Op = OpRISCV64LoweredNilCheck
    		return true
    	case OpNot:
    		v.Op = OpRISCV64SEQZ
    		return true
    	case OpOffPtr:
    		return rewriteValueRISCV64_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpRISCV64OR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
Back to top