Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for tan_b1 (0.21 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      auto clusters = GetClusters(*graph);
    
      EXPECT_NE(clusters["tan_a0"], "");
      EXPECT_NE(clusters["tan_a1"], "");
      EXPECT_NE(clusters["tan_b0"], "");
      EXPECT_NE(clusters["tan_b1"], "");
    
      EXPECT_EQ(clusters["tan_a0"], clusters["tan_a1"]);
      EXPECT_EQ(clusters["tan_b0"], clusters["tan_b1"]);
    
      EXPECT_NE(clusters["tan_a0"], clusters["tan_b0"]);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/reporting/TabsRendererTest.groovy

            html.select("div#tabs > ul > li > a").find { it.text() == "tab 2" }
    
            html.select("div#tabs > div#tab0 > h2").find { it.text() == "tab 1" }
            html.select("div#tabs > div#tab1 > h2").find { it.text() == "tab 2" }
        }
    
        Document html(String renderedString) {
            Jsoup.parse(renderedString)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 08 04:29:32 UTC 2014
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-runtime/build-profile/src/test/groovy/org/gradle/profile/ProfileReportRendererTest.groovy

    <div id="header">
    <p>Profiled build: (no tasks specified)</p>
    <p>Started on: 2010/02/05 - 12:20:00</p>
    </div>
    <div id="tabs">
    <ul class="tabLinks">
    <li>
    <a href="#tab0">Summary</a>
    </li>
    <li>
    <a href="#tab1">Configuration</a>
    </li>
    <li>
    <a href="#tab2">Dependency Resolution</a>
    </li>
    <li>
    <a href="#tab3">Artifact Transforms</a>
    </li>
    <li>
    <a href="#tab4">Task Execution</a>
    </li>
    </ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 13:41:06 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. platforms/core-runtime/build-profile/src/main/java/org/gradle/profile/ProfileReportRenderer.java

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 12:58:53 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  5. src/go/printer/testdata/expressions.input

    		String()    string
    	})(nil)
    	_ = (interface{fmt.Stringer})(nil)
    	_ = (interface{
    		    fmt.Stringer
    	})(nil)
    }
    
    func _() {
    	// do not modify literals
    	_ = "tab1	tab2	tab3	end"  // string contains 3 tabs
    	_ = "tab1 tab2 tab3 end"  // same string with 3 blanks - may be unaligned because editors see tabs in strings
    	_ = ""  // this comment should be aligned with the one on the previous line
    	_ = ``
    	_ = `
    `
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

    //CHECK-NEXT:}
    
    func.func @tanh(%arg0: tensor<1x1x1x96xf32>) -> tensor<1x1x1x96xf32> {
     %0 = "vhlo.tanh_v1" (%arg0) : (tensor<1x1x1x96xf32>) -> tensor<1x1x1x96xf32>
     func.return %0 : tensor<1x1x1x96xf32>
    }
    
    //CHECK:func.func private @tanh(%arg0: tensor<1x1x1x96xf32>) -> tensor<1x1x1x96xf32> {
    //CHECK-NEXT: %0 = "vhlo.tanh_v1"(%arg0) : (tensor<1x1x1x96xf32>) -> tensor<1x1x1x96xf32>
    //CHECK-NEXT: return %0 : tensor<1x1x1x96xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  7. src/go/printer/testdata/expressions.golden

    		String() string
    	})(nil)
    	_ = (interface{ fmt.Stringer })(nil)
    	_ = (interface {
    		fmt.Stringer
    	})(nil)
    }
    
    func _() {
    	// do not modify literals
    	_ = "tab1	tab2	tab3	end"	// string contains 3 tabs
    	_ = "tab1 tab2 tab3 end"	// same string with 3 blanks - may be unaligned because editors see tabs in strings
    	_ = ""				// this comment should be aligned with the one on the previous line
    	_ = ``
    	_ = `
    `
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  8. src/go/printer/testdata/expressions.raw

    		String() string
    	})(nil)
    	_ = (interface{ fmt.Stringer })(nil)
    	_ = (interface {
    		fmt.Stringer
    	})(nil)
    }
    
    func _() {
    	// do not modify literals
    	_ = "tab1	tab2	tab3	end"	// string contains 3 tabs
    	_ = "tab1 tab2 tab3 end"	// same string with 3 blanks - may be unaligned because editors see tabs in strings
    	_ = ""	// this comment should be aligned with the one on the previous line
    	_ = ``
    	_ = `
    `
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

    // CHECK: [[det:%.*]] = "tf.MatrixDeterminant"
    // CHECK-NEXT: [[ta_0:%.*]] = "tf_mlrt.tf_await"(%arg0) : (!mlrt.future) -> tensor<!tf_type.variant<tensor<*xf32>>>
    // CHECK-NEXT: [[ta_1:%.*]] = "tf.TensorListSetItem"([[ta_0]], %arg3, [[det]]) <{
    // CHECK-NEXT:  "tf_mlrt.tf_promise"(%arg1, [[ta_1]]) : (!mlrt.promise, tensor<!tf_type.variant<tensor<*xf32>>>) -> ()
    // CHECK-NEXT: return
    
    //CHECK-LABEL: @serving_default
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	SO_TXTIME                        = 0x3d
    	SO_TYPE                          = 0x3
    	SO_WIFI_STATUS                   = 0x29
    	SO_ZEROCOPY                      = 0x3c
    	SVE_MAGIC                        = 0x53564501
    	TAB1                             = 0x800
    	TAB2                             = 0x1000
    	TAB3                             = 0x1800
    	TABDLY                           = 0x1800
    	TCFLSH                           = 0x540b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top