Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 85 for __uikit__ (0.43 sec)

  1. tensorflow/api_template.__init__.py

    sub-modules, as described below.
    
    Note that the file `__init__.py` in the TensorFlow source code tree is actually
    only a placeholder to enable test cases to run. The TensorFlow build replaces
    this file with a file generated from [`api_template.__init__.py`](https://www.github.com/tensorflow/tensorflow/blob/master/tensorflow/api_template.__init__.py)
    """
    # pylint: disable=g-bad-import-order,protected-access,g-import-not-at-top
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 06:27:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/python/mlir_wrapper/mlir_wrapper.pyi

        def get(self, arg0: int) -> IntegerAttr: ...
    
    class IntegerType(Type):
        def __init__(self, *args, **kwargs) -> None: ...
        def get(self, arg0: int) -> IntegerType: ...
    
    class Location:
        def __init__(self, *args, **kwargs) -> None: ...
    
    class MLIRContext:
        def __init__(self) -> None: ...
    
    class ModuleOp:
        def __init__(self, *args, **kwargs) -> None: ...
        def create(self) -> ModuleOp: ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 09 17:10:09 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  3. tests/test_tutorial/test_configure_swagger_ui/__init__.py

    Sebastián Ramírez <******@****.***> 1692474844 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - Viewed (0)
  4. fastapi/__init__.py

    Sebastián Ramírez <******@****.***> 1714690218 -0700
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:50:18 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. tests/test_tutorial/test_separate_openapi_schemas/__init__.py

    Sebastián Ramírez <******@****.***> 1692990622 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - Viewed (0)
  6. tests/test_tutorial/test_custom_docs_ui/__init__.py

    Sebastián Ramírez <******@****.***> 1692474844 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - Viewed (0)
  7. fastapi/exceptions.py

    
    class RequestValidationError(ValidationException):
        def __init__(self, errors: Sequence[Any], *, body: Any = None) -> None:
            super().__init__(errors)
            self.body = body
    
    
    class WebSocketRequestValidationError(ValidationException):
        pass
    
    
    class ResponseValidationError(ValidationException):
        def __init__(self, errors: Sequence[Any], *, body: Any = None) -> None:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. fastapi/params.py

            use_kwargs = {k: v for k, v in kwargs.items() if v is not _Unset}
    
            super().__init__(**use_kwargs)
    
        def __repr__(self) -> str:
            return f"{self.__class__.__name__}({self.default})"
    
    
    class Path(Param):
        in_ = ParamTypes.path
    
        def __init__(
            self,
            default: Any = ...,
            *,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/generate_saved_models.py

    
    class ReferencesParent(module.Module):
    
      def __init__(self, parent):
        super(ReferencesParent, self).__init__()
        self.parent = parent
        self.my_variable = variables.Variable(3., name="MyVariable")
    
    
    # Creates a cyclic object graph.
    class CyclicModule(module.Module):
    
      def __init__(self):
        super(CyclicModule, self).__init__()
        self.child = ReferencesParent(self)
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 18:06:18 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  10. tensorflow/compat_template.__init__.py

    A. Unique TensorFlower <******@****.***> 1705975132 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top