Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,960 for broot (0.17 sec)

  1. tensorflow/cc/ops/const_op_test.cc

    }
    
    TEST(ConstOpTest, Empty) {
      Scope root = Scope::NewRootScope();
    
      auto c1 = ops::Const(root, {});
      TF_CHECK_OK(root.status());
      ExpectTypeAndShape(c1.node(), DT_FLOAT, {0});
    
      auto c2 = ops::Const(root, {{}});
      TF_CHECK_OK(root.status());
      ExpectTypeAndShape(c2.node(), DT_FLOAT, {1, 0});
    
      auto c3 = ops::Const(root, {{{}, {}}});
      TF_CHECK_OK(root.status());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 12 14:38:21 UTC 2019
    - 4.9K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/api/internal/initialization/loadercache/DefaultClassLoaderCacheTest.groovy

            expect:
            def root = classLoader(classPath("root"))
            cache.get(id1, classPath("c1"), root, null) == cache.get(id1, classPath("c1"), root, null)
            cache.get(id1, classPath("c1"), root, null) != cache.get(id1, classPath("c1", "c2"), root, null)
            cache.get(id1, classPath("c1"), root, null, TestHashCodes.hashCodeFrom(100)) == cache.get(id1, classPath("c1"), root, null, TestHashCodes.hashCodeFrom(100))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 23 19:34:48 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/execution/plan/ExecutionNodeAccessHierarchyTest.groovy

            nodesRelatedTo(root, "some/sub/dir") == ([childNode] as Set)
            nodesRelatedTo(root, "some/sub/other") == ([] as Set)
        }
    
        def "can record filtered roots"() {
            def root = temporaryFolder.file("root")
            def node1 = Mock(Node)
            root.file("sub/included").createDir()
    
            hierarchy.recordNodeAccessingFileTree(node1, root.absolutePath, includes("sub/included/*"))
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 11 15:00:43 UTC 2022
    - 9.5K bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/nestedOuterClass.ir.txt

                    $this: CALL 'public final fun callFoo (foo: <root>.Foo): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
                      foo: GET_VAR 'p0: <root>.Foo declared in <root>.CodeFragment.run' type=<root>.Foo origin=null
                    other: CALL 'public final fun callString (string: kotlin.String): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionExtensionReceiverClosure.ir.txt

          BLOCK_BODY
            CALL 'public abstract fun invoke (p1: P1 of kotlin.Function1): R of kotlin.Function1 [operator] declared in kotlin.Function1' type=kotlin.Unit origin=INVOKE
              $this: GET_VAR 'block: @[ExtensionFunctionType] kotlin.Function1<T of <root>.block, kotlin.Unit> declared in <root>.block' type=@[ExtensionFunctionType] kotlin.Function1<T of <root>.block, kotlin.Unit> origin=VARIABLE_AS_FUNCTION
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/secondClassContextReceiver.ir.txt

            VALUE_PARAMETER name:p0 index:0 type:<root>.Test
            EXPRESSION_BODY
              BLOCK type=kotlin.Int origin=null
                CALL 'public final fun useWithCtx2 ($context_receiver_0: <root>.Ctx2): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Apr 26 06:04:06 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/multipleFunctionContextReceivers.ir.txt

            VALUE_PARAMETER name:p0 index:0 type:<root>.Ctx1
            VALUE_PARAMETER name:p1 index:1 type:<root>.Ctx2
            EXPRESSION_BODY
              BLOCK type=kotlin.Int origin=null
                CALL 'public final fun useWithCtx1Ctx2 ($context_receiver_0: <root>.Ctx1, $context_receiver_1: <root>.Ctx2): kotlin.Int declared in <root>.ContextKt' type=kotlin.Int origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  8. tools/certs/Makefile.k8s.mk

    	@echo "done"
    
    %/cert-chain.pem: %/ca-cert.pem k8s-root-cert.pem
    	@echo "generating $@"
    	@cat $^ > $@
    	@echo "Intermediate certs stored in $(dir $<)"
    	@cp k8s-root-cert.pem $(dir $<)/root-cert.pem
    
    %/ca-cert.pem: %/cluster-ca.csr k8s-root-key.pem k8s-root-cert.pem
    	@echo "generating $@"
    	@openssl x509 -req -days $(INTERMEDIATE_DAYS) \
    		-CA k8s-root-cert.pem -CAkey k8s-root-key.pem -CAcreateserial\
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 27 13:15:29 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/capturing/localFunctionContainingClassClosure.ir.txt

              CALL 'local final fun call (): kotlin.Unit declared in <root>.Foo.test' type=kotlin.Unit origin=null
        FUN name:call visibility:local modality:FINAL <> () returnType:kotlin.Unit
        FUN name:consume visibility:public modality:FINAL <> (obj:<root>.Foo) returnType:kotlin.Unit
          VALUE_PARAMETER name:obj index:0 type:<root>.Foo
          BLOCK_BODY
      FILE fqName:<root> fileName:fragment.kt
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jan 30 11:41:26 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. tensorflow/cc/framework/scope_test.cc

    TEST(ScopeTest, BasicNames) {
      Scope root = Scope::NewRootScope();
      EXPECT_EQ(root.GetUniqueNameForOp("add"), "add");
      EXPECT_EQ(root.GetUniqueNameForOp("add"), "add_1");
      EXPECT_EQ(root.GetUniqueNameForOp("add"), "add_2");
      EXPECT_EQ(root.GetUniqueNameForOp("mul"), "mul");
    }
    
    TEST(ScopeTest, OpAndScopeNameCollision) {
      Scope root = Scope::NewRootScope();
      EXPECT_EQ(root.GetUniqueNameForOp("foo"), "foo");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 08:17:37 UTC 2019
    - 5.5K bytes
    - Viewed (0)
Back to top