Home
last modified time | relevance | path

Searched refs:subclassed (Results 1 – 25 of 63) sorted by relevance

123

/external/tensorflow/tensorflow/python/keras/engine/
Dcorrectness_test.py102 def _get_multiple_input_model(self, subclassed=True): argument
103 if subclassed:
114 def test_multiple_input_fit(self, subclassed): argument
122 model = self._get_multiple_input_model(subclassed)
127 def test_multiple_input_evaluate(self, subclassed): argument
135 model = self._get_multiple_input_model(subclassed)
140 def test_multiple_input_predict(self, subclassed): argument
147 model = self._get_multiple_input_model(subclassed)
/external/clang/test/Analysis/inlining/
DDynDispatchBifurcate.m72 // Since class is private, we assume that it cannot be subclassed.
73 // False negative: this class is "privately subclassed". this is very rare
126 // The class is prvate and is not subclassed.
150 // declares the method as public. Assume the instance can be subclassed.
/external/bcc/src/lua/bcc/vendor/
Dmiddleclass.lua147 self:subclassed(subclass)
152 subclassed = function(self, other) end, function
/external/opencensus-java/api/
DREADME.md5 * The abstract classes in this directory can be subclassed to create alternative
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/
DIslamicCalendar.java.patch15 * This class should not be subclassed.</p>
/external/mesa3d/src/gallium/
DREADME.portability106 Gallium's pipe_context and the subclassed psb_context, etc are prime examples
/external/python/cpython2/Doc/library/
Demail.errors.rst70 All defect classes are subclassed from :class:`email.errors.MessageDefect`, but
Dxml.sax.rst87 subclassed to provide additional functionality or to add localization. Note
Dabc.rst34 Use this metaclass to create an ABC. An ABC can be subclassed directly, and
Dbasehttpserver.rst53 itself, it cannot respond to any actual HTTP requests; it must be subclassed
Dtkinter.rst354 :mod:`Tkinter` are subclassed from the Packer, and so inherit all the packing
543 this works are variables that are subclassed from a class called Variable,
590 subclassed from the :class:`Wm` class, and so can call the :class:`Wm` methods
Dast.rst200 This class is meant to be subclassed, with the subclass adding visitor
Drandom.rst38 Class :class:`Random` can also be subclassed if you want to use a different
Dweakref.rst79 weak references even when subclassed.
Dexceptions.rst41 The built-in exception classes can be subclassed to define new exceptions;
/external/python/cpython3/Doc/library/
Demail.errors.rst68 All defect classes are subclassed from :class:`email.errors.MessageDefect`.
Dxml.sax.rst100 subclassed to provide additional functionality or to add localization. Note
Dtkinter.rst343 :mod:`tkinter` are subclassed from the Packer, and so inherit all the packing
533 this works are variables that are subclassed from a class called Variable,
580 subclassed from the :class:`Wm` class, and so can call the :class:`Wm` methods
Dast.rst204 This class is meant to be subclassed, with the subclass adding visitor
Dabc.rst59 Use this metaclass to create an ABC. An ABC can be subclassed directly, and
/external/clang/docs/analyzer/
DIPA.txt317 class is subclassed. The disadvantages of this mode are a (considerable?)
337 it is unlikely that it will be subclassed.
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst48 Prevent builtin types that are not allowed to be subclassed from being
49 subclassed through multiple inheritance.
D2.6b3.rst499 python 2.5, this broke code that subclassed Popen to include its own poll
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst131 Prevent builtin types that are not allowed to be subclassed from being
132 subclassed through multiple inheritance.
/external/fonttools/Doc/source/designspaceLib/
Dreadme.rst30 The **DesignSpaceDocument** object can be subclassed to work with
328 The DesignSpaceDocument can take subclassed Reader and Writer objects.

123