Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 54 for exp5 (0.06 sec)

  1. tensorflow/cc/gradients/math_grad.cc

                   std::vector<Output>* grad_outputs) {
      // dy/dx = exp(x) = y
      // grad(x) = grad(y) * conj(dy/dx)
      //         = grad(y) * conj(y)
      grad_outputs->push_back(
          Mul(scope, grad_inputs[0], ConjugateHelper(scope, op.output(0))));
      return scope.status();
    }
    REGISTER_GRADIENT_OP("Exp", ExpGrad);
    
    Status Expm1Grad(const Scope& scope, const Operation& op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  2. internal/bucket/lifecycle/lifecycle_test.go

    	// The earlier upcoming lifecycle event must be picked, i.e rule with id "Transition-10"
    	if exp := ExpectedExpiryTime(opts.ModTime, 10); exp != event.Due {
    		t.Fatalf("Expected due %v but got %v, ruleID=%v", exp, event.Due, event.RuleID)
    	}
    
    	// DelMarkerExpiration
    	lc = Lifecycle{
    		Rules: []Rule{
    			{
    				ID:     "delmarker-exp-20",
    				Status: "Enabled",
    				DelMarkerExpiration: DelMarkerExpiration{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

        ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
    
    # define EXPECT_HRESULT_FAILED(expr) \
        EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
    
    # define ASSERT_HRESULT_FAILED(expr) \
        ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
    
    #endif  // GTEST_OS_WINDOWS
    
    // Macros that execute statement and check that it doesn't generate new fatal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

        ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
    
    # define EXPECT_HRESULT_FAILED(expr) \
        EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
    
    # define ASSERT_HRESULT_FAILED(expr) \
        ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
    
    #endif  // GTEST_OS_WINDOWS
    
    // Macros that execute statement and check that it doesn't generate new fatal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

      // CHECK-DAG: %[[EXP:.*]] = "tf.Exp"(%[[SHIFTED]]) : (tensor<2x3xf32>) -> tensor<2x3xf32>
      // CHECK-DAG: %[[SUM:.*]] = "tf.Sum"(%[[EXP]], %[[AXIS]]) <{keep_dims = true}> : (tensor<2x3xf32>, tensor<1xi64>) -> tensor<2x1xf32>
      // CHECK-DAG: %[[RESULT:.*]] = "tf.Div"(%[[EXP]], %[[SUM]]) : (tensor<2x3xf32>, tensor<2x1xf32>) -> tensor<2x3xf32>
      // CHECK: return %[[RESULT]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  6. hack/tools/go.sum

    golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
    golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
    golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
    golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/elf.go

     * $FreeBSD: src/sys/sys/elf32.h,v 1.8.14.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/sys/elf64.h,v 1.10.14.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/sys/elf_common.h,v 1.15.8.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/alpha/include/elf.h,v 1.14 2003/09/25 01:10:22 peter Exp $
     * $FreeBSD: src/sys/amd64/include/elf.h,v 1.18 2004/08/03 08:21:48 dfr Exp $
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  8. src/html/template/exec_test.go

    		tmpl, err := New("empty").Parse(text)
    		if err != nil {
    			t.Fatalf("%q: %s", test.expr, err)
    		}
    		b.Reset()
    		err = tmpl.Execute(b, &cmpStruct)
    		if test.ok && err != nil {
    			t.Errorf("%s errored incorrectly: %s", test.expr, err)
    			continue
    		}
    		if !test.ok && err == nil {
    			t.Errorf("%s did not error", test.expr)
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

        }?.candidate?.originScope
    
        /**
         * Returns whether a member of companion is used to initialize the enum entry or not. For example,
         *     enum class C(val i: Int) {
         *         ONE(<expr>C.K</expr>)  // C.ONE uses C.K for initialization
         *         ;
         *         companion object {
         *             const val K = 1
         *         }
         *     }
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  10. src/crypto/tls/tls_test.go

    		}
    	}
    }
    
    func TestVersionName(t *testing.T) {
    	if got, exp := VersionName(VersionTLS13), "TLS 1.3"; got != exp {
    		t.Errorf("unexpected VersionName: got %q, expected %q", got, exp)
    	}
    	if got, exp := VersionName(0x12a), "0x012A"; got != exp {
    		t.Errorf("unexpected fallback VersionName: got %q, expected %q", got, exp)
    	}
    }
    
    // http2isBadCipher is copied from net/http.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
Back to top