Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 3xbf16 (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

    func.func @SparseSoftmaxCrossEntropyWithLogits_with_dynamic(%features: tensor<*xbf16>, %labels: tensor<*xi64>) -> (tensor<2xbf16>, tensor<*xbf16>) {
      // CHECK: tf.SparseSoftmaxCrossEntropyWithLogits
      %0:2 = "tf.SparseSoftmaxCrossEntropyWithLogits"(%features, %labels) : (tensor<*xbf16>, tensor<*xi64>) -> (tensor<2xbf16>, tensor<*xbf16>)
      func.return %0#0, %0#1 : tensor<2xbf16>, tensor<*xbf16>
    }
    
    // CHECK-LABEL: func @tanhgrad_float
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	// Block 0x3, offset 0x18
    	{value: 0x0552, lo: 0x80, hi: 0x80},
    	{value: 0x0316, lo: 0x81, hi: 0x82},
    	{value: 0x0716, lo: 0x83, hi: 0x84},
    	{value: 0x0316, lo: 0x85, hi: 0x86},
    	{value: 0x0f16, lo: 0x87, hi: 0x88},
    	{value: 0x01da, lo: 0x89, hi: 0x89},
    	{value: 0x0117, lo: 0x8a, hi: 0xb7},
    	{value: 0x0253, lo: 0xb8, hi: 0xb8},
    	{value: 0x0316, lo: 0xb9, hi: 0xba},
    	{value: 0x0716, lo: 0xbb, hi: 0xbc},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

          Type element_type = tensor_type.getElementType();
          if (element_type.isF32()) continue;
          // Element type can either be f32 or bf16 for `SparseMatMulOp` so it
          // must be bf16 here.
          assert(element_type.isBF16());
          Type tensor_type_f32;
          if (tensor_type.hasRank()) {
            tensor_type_f32 = tensorflow::GetTypeFromTFTensorShape(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	// Block 0x3, offset 0x18
    	{value: 0x0552, lo: 0x80, hi: 0x80},
    	{value: 0x0316, lo: 0x81, hi: 0x82},
    	{value: 0x0716, lo: 0x83, hi: 0x84},
    	{value: 0x0316, lo: 0x85, hi: 0x86},
    	{value: 0x0f16, lo: 0x87, hi: 0x88},
    	{value: 0x01da, lo: 0x89, hi: 0x89},
    	{value: 0x0117, lo: 0x8a, hi: 0xb7},
    	{value: 0x0253, lo: 0xb8, hi: 0xb8},
    	{value: 0x0316, lo: 0xb9, hi: 0xba},
    	{value: 0x0716, lo: 0xbb, hi: 0xbc},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	// Block 0x3, offset 0x18
    	{value: 0x0552, lo: 0x80, hi: 0x80},
    	{value: 0x0316, lo: 0x81, hi: 0x82},
    	{value: 0x0716, lo: 0x83, hi: 0x84},
    	{value: 0x0316, lo: 0x85, hi: 0x86},
    	{value: 0x0f16, lo: 0x87, hi: 0x88},
    	{value: 0x01da, lo: 0x89, hi: 0x89},
    	{value: 0x0117, lo: 0x8a, hi: 0xb7},
    	{value: 0x0253, lo: 0xb8, hi: 0xb8},
    	{value: 0x0316, lo: 0xb9, hi: 0xba},
    	{value: 0x0716, lo: 0xbb, hi: 0xbc},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
Back to top