Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for a$b (0.3 sec)

  1. cmd/testdata/xl-many-parts.meta

    ����������	�
    L4:���
    ������������������� �!�"�#�$�%�&�'�(�)�*�+�,�-�.�/�0�1�2�3�4�5�6�7�8�9�:�;�<�=�>�?�@�A�B�C�D�E�F�G�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�X�Y�Z�[�\�]�^�_�`�a�b�c�d�e�f�g�h�i�j�k�l�m�n�o�p�q�r�s�t�u�v�w�x�y�z�{�|�}�~����������������������������������������������������������������������������...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 02 21:40:38 UTC 2023
    - 808.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Compute the regularized incomplete beta integral \\(I_x(a, b)\\).
      }];
    
      let description = [{
    The regularized incomplete beta integral is defined as:
    
    
    \\(I_x(a, b) = \frac{B(x; a, b)}{B(a, b)}\\)
    
    where
    
    
    \\(B(x; a, b) = \int_0^x t^{a-1} (1 - t)^{b-1} dt\\)
    
    
    is the incomplete beta function and \\(B(a, b)\\) is the *complete*
    beta function.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	valid := []string{
    		"a.b.c.d",
    		"a",
    		"a_b",
    		"a-b",
    		"abc",
    		"abc.def",
    		"a/b/c/d",
    		"a/b.c",
    	}
    	invalid := []string{
    		"",
    		"*",
    		"ä",
    		"a_",
    		"_",
    		"__",
    		"_a",
    		"_a._b",
    		"-",
    		".",
    		"a.",
    		".a",
    		"a.b.",
    		"a*.b",
    		"a*b",
    		"*a",
    		"a.*",
    		"*",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

            tf.math.multiply(a, b)
    
            server.register("multiply", _remote_multiply) ```
    
        *   Example usage to create client: `python client =
            tf.distribute.experimental.rpc.Client.create("grpc", address) a =
            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
            result = client.multiply(a, b)`
    
    *   `tf.lite`:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top