Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,700 for Gray (0.24 sec)

  1. docs/resources/styleguide/sailslogo_gray.png

    sailslogo_gray.png...
    PNG Image
    - Registered: 2023-03-16 16:26
    - Last Modified: 2020-11-26 05:09
    - 2.7K bytes
    - Viewed (0)
  2. bit_manipulation/gray_code_sequence.py

           differ by exactly one bit
    
        >>> gray_code(2)
        [0, 1, 3, 2]
    
        >>> gray_code(1)
        [0, 1]
    
        >>> gray_code(3)
        [0, 1, 3, 2, 6, 7, 5, 4]
    
        >>> gray_code(-1)
        Traceback (most recent call last):
            ...
        ValueError: The given input must be positive
    
        >>> gray_code(10.6)
        Traceback (most recent call last):
            ...
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2021-11-02 10:13
    - 2.4K bytes
    - Viewed (0)
  3. gym/wrappers/gray_scale_observation.py

    """Wrapper that converts a color observation to grayscale."""
    import numpy as np
    
    import gym
    from gym.spaces import Box
    
    
    class GrayScaleObservation(gym.ObservationWrapper):
        """Convert the image observation from RGB to gray scale.
    
        Example:
            >>> env = gym.make('CarRacing-v1')
            >>> env.observation_space
            Box(0, 255, (96, 96, 3), uint8)
            >>> env = GrayScaleObservation(gym.make('CarRacing-v1'))
    Python
    - Registered: 2023-03-20 00:49
    - Last Modified: 2022-08-30 14:11
    - 2K bytes
    - Viewed (0)
  4. app/assets/images/mailers/ci_pipeline_notif_v1/icon-commit-gray.gif

    icon-commit-gray.gif...
    Others
    - Registered: 2023-03-15 19:40
    - Last Modified: 2016-09-23 04:17
    - 278 bytes
    - Viewed (0)
  5. docs/resources/styleguide/sailslogo_gray@2x.png

    sailslogo_gray@2x.png...
    PNG Image
    - Registered: 2023-03-16 16:26
    - Last Modified: 2020-11-26 05:09
    - 5.5K bytes
    - Viewed (0)
  6. app/assets/images/mailers/ci_pipeline_notif_v1/icon-branch-gray.gif

    icon-branch-gray.gif...
    Others
    - Registered: 2023-03-15 19:40
    - Last Modified: 2016-09-23 04:17
    - 663 bytes
    - Viewed (0)
  7. src/data/roadmaps/qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md

    # Gray Box Testing
    
    Gray box testing is a software testing technique to test a software product or application with partial knowledge of the internal structure of the application. The purpose of gray box testing is to search and identify the defects due to improper code structure or improper use of applications.
    
    Visit the following resources to learn more:
    
    Plain Text
    - Registered: 2023-03-03 02:38
    - Last Modified: 2023-02-21 12:25
    - 457 bytes
    - Viewed (0)
  8. src/roadmaps/qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md

    # Gray Box Testing
    
    Gray box testing is a software testing technique to test a software product or application with partial knowledge of the internal structure of the application. The purpose of gray box testing is to search and identify the defects due to improper code structure or improper use of applications.
    
    Visit the following resources to learn more:
    
    Plain Text
    - Registered: 2023-02-17 02:38
    - Last Modified: 2023-01-02 00:47
    - 457 bytes
    - Viewed (0)
  9. content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md

    # Gray Box Testing
    
    Gray box testing is a software testing technique to test a software product or application with partial knowledge of the internal structure of the application. The purpose of gray box testing is to search and identify the defects due to improper code structure or improper use of applications.
    
    <ResourceGroupTitle>Free Content</ResourceGroupTitle>
    Plain Text
    - Registered: 2022-12-30 02:38
    - Last Modified: 2022-09-27 11:42
    - 528 bytes
    - Viewed (0)
  10. app/assets/images/mailers/approval/icon-merge-request-gray.gif

    icon-merge-request-gray.gif...
    Others
    - Registered: 2023-03-15 19:40
    - Last Modified: 2020-07-21 15:09
    - 704 bytes
    - Viewed (0)
Back to top