Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for 1011 (0.06 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

       // Unsupported strides
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      //      (Concat
      //        concat_dim = 0,
      //        (Slice $input, [0, 0, ...], (Concat (ExpandDims $index, expand_dim =
      //        0), [-1, -1, ...])), (ExpandDims $item, expand_dim = 0), (Slice
      //        $input, [$index + 1, 0, 0, ...], [-1, -1, ...]))>;
      LogicalResult matchAndRewriteImplWithSliceAndConcat(
          TF::TensorListSetItemOp op, OpAdaptor adaptor,
          ConversionPatternRewriter &rewriter) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  4. src/bufio/bufio_test.go

    	}
    }
    
    func createTestInput(n int) []byte {
    	input := make([]byte, n)
    	for i := range input {
    		// 101 and 251 are arbitrary prime numbers.
    		// The idea is to create an input sequence
    		// which doesn't repeat too frequently.
    		input[i] = byte(i % 251)
    		if i%101 == 0 {
    			input[i] ^= byte(i / 101)
    		}
    	}
    	return input
    }
    
    func TestReaderWriteTo(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:56:01 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.val1 < int(self.val5)":    6,
    				"double(self.val1) < self.val6": 6,
    				"self.val1 < int(self.val6)":    6,
    
    				// compare literal integers and floats
    				"double(5) < 10.0": 1,
    				"5 < int(10.0)":    1,
    
    				// compare integers with literal floats
    				"double(self.val1) < 10.0": 4,
    			},
    		},
    		{name: "unicode strings",
    			obj:    objs("Rook takes 👑", "Rook takes 👑"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            when:
            addToGraphAndPopulate(a, c)
    
            then:
            executionPlan.tasks as List == [dep, c, finalizerDep, finalizer, a]
            ordinalGroups == [0, 1, 0, 1, 1]
            reachableFromEntryPoint == [true, true, true, true, true]
            assertTasksReady(dep, c, finalizerDep)
            assertTaskReady(finalizer)
            assertTaskReadyAndNoMoreToStart(a)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   template argument list.)
    //
    // - The array size is (bool(expr) ? 1 : -1), instead of simply
    //
    //     ((expr) ? 1 : -1).
    //
    //   This is to avoid running into a bug in MS VC 7.1, which
    //   causes ((0.0) ? 1 : -1) to incorrectly evaluate to 1.
    
    // StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h.
    //
    // This template is declared, but intentionally undefined.
    template <typename T1, typename T2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //   template argument list.)
    //
    // - The array size is (bool(expr) ? 1 : -1), instead of simply
    //
    //     ((expr) ? 1 : -1).
    //
    //   This is to avoid running into a bug in MS VC 7.1, which
    //   causes ((0.0) ? 1 : -1) to incorrectly evaluate to 1.
    
    // StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h.
    //
    // This template is declared, but intentionally undefined.
    template <typename T1, typename T2>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    audio is built from `tensor` which must be 3-D with shape `[batch_size,
    frames, channels]` or 2-D with shape `[batch_size, frames]`. The values are
    assumed to be in the range of `[-1.0, 1.0]` with a sample rate of `sample_rate`.
    
    The `tag` argument is a scalar `Tensor` of type `string`.  It is used to
    build the `tag` of the summary values:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    #content h1>a.anchor,
    h2>a.anchor,
    h3>a.anchor,
    #toctitle>a.anchor,
    .sidebarblock>.content>.title>a.anchor,
    h4>a.anchor,
    h5>a.anchor,
    h6>a.anchor {
    	position: absolute;
    	z-index: 1001;
    	width: 1.5ex;
    	margin-left: -1.5ex;
    	display: block;
    	text-decoration: none !important;
    	visibility: hidden;
    	text-align: center;
    	font-weight: normal;
    }
    
    #content h1>a.anchor:before,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top