/external/tensorflow/tensorflow/python/keras/distribute/ |
D | optimizer_combinations.py | 37 gradient_descent_optimizer_v1_fn = combinations.NamedObject( 40 adagrad_optimizer_v1_fn = combinations.NamedObject( 42 adam_optimizer_v1_fn = combinations.NamedObject( 44 ftrl_optimizer_v1_fn = combinations.NamedObject( 46 rmsprop_optimizer_v1_fn = combinations.NamedObject( 55 adadelta_optimizer_keras_v2_fn = combinations.NamedObject( 57 adagrad_optimizer_keras_v2_fn = combinations.NamedObject( 59 adam_optimizer_keras_v2_fn = combinations.NamedObject( 61 adamax_optimizer_keras_v2_fn = combinations.NamedObject( 63 nadam_optimizer_keras_v2_fn = combinations.NamedObject( [all …]
|
D | model_combinations.py | 24 simple_functional_model = combinations.NamedObject( 27 simple_sequential_model = combinations.NamedObject( 30 simple_subclass_model = combinations.NamedObject( 33 simple_tfmodule_model = combinations.NamedObject(
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | compression_ops_test.py | 38 combinations.NamedObject("int", 1), 39 combinations.NamedObject("string", "dog"), 40 combinations.NamedObject("tuple", (1, 1)), 41 combinations.NamedObject("nested_tuple", ((1, 1), (2, 2))), 42 combinations.NamedObject("named_tuple", Item(id=1, name="item1")), 43 combinations.NamedObject("unicode", "アヒル"), 44 combinations.NamedObject( 47 combinations.NamedObject("int_string_tuple", (1, "dog")), 48 combinations.NamedObject( 52 combinations.NamedObject( [all …]
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | InterfacesTest.java | 20 import org.chromium.mojo.bindings.test.mojom.sample.NamedObject; 21 import org.chromium.mojo.bindings.test.mojom.sample.NamedObject.GetNameResponse; 49 public static class MockNamedObjectImpl extends CapturingErrorHandler implements NamedObject { 138 public void createNamedObject(InterfaceRequest<NamedObject> obj) { in createNamedObject() 139 NamedObject.MANAGER.bind(new MockNamedObjectImpl(), obj); in createNamedObject() 188 private void checkProxy(NamedObject.Proxy proxy, MockNamedObjectImpl impl) { in checkProxy() 226 Assert.assertEquals("sample.NamedObject", NamedObject.MANAGER.getName()); in testName() 233 NamedObject.Proxy proxy = in testProxyAndStub() 234 NamedObject.MANAGER.buildProxy(null, NamedObject.MANAGER.buildStub(null, impl)); in testProxyAndStub() 243 NamedObject.Proxy proxy = in testProxyAndStubOverPipe() [all …]
|
/external/swiftshader/src/OpenGL/common/ |
D | Object.cpp | 82 NamedObject::NamedObject(GLuint name) : name(name) in NamedObject() function in gl::NamedObject 86 NamedObject::~NamedObject() in ~NamedObject()
|
D | Object.hpp | 60 class NamedObject : public Object class 63 explicit NamedObject(GLuint name); 64 virtual ~NamedObject();
|
/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | EqualsTesterTest.java | 397 private static NamedObject named(String name) { in named() 398 return new NamedObject(name); in named() 401 private static class NamedObject { class in EqualsTesterTest 406 NamedObject(String name) { in NamedObject() method in EqualsTesterTest.NamedObject 410 NamedObject addPeers(String... names) { in addPeers() 417 if (obj instanceof NamedObject) { in equals() 418 NamedObject that = (NamedObject) obj; in equals()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | EqualsTesterTest.java | 397 private static NamedObject named(String name) { in named() 398 return new NamedObject(name); in named() 401 private static class NamedObject { class in EqualsTesterTest 406 NamedObject(String name) { in NamedObject() method in EqualsTesterTest.NamedObject 410 NamedObject addPeers(String... names) { in addPeers() 417 if (obj instanceof NamedObject) { in equals() 418 NamedObject that = (NamedObject) obj; in equals()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | collective_ops_test.py | 100 combinations.NamedObject('all_reduce', CollectiveOpsV1.all_reduce), 101 combinations.NamedObject('all_reduce_v2', 103 combinations.NamedObject('all_gather', CollectiveOpsV1.all_gather), 104 combinations.NamedObject('all_gather_v2', 114 combinations.NamedObject('v1', CollectiveOpsV1), 115 combinations.NamedObject('v2', CollectiveOpsV2) 573 combinations.NamedObject('all_reduce', 575 combinations.NamedObject('all_reduce_v2', 577 combinations.NamedObject('all_gather', 579 combinations.NamedObject('all_gather_v2', [all …]
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Texture.hpp | 27 class [[clang::lto_visibility_public]] Texture : public gl::NamedObject 30 Texture(GLuint name) : NamedObject(name) {} in Texture()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.__internal__.test.combinations.-named-object.pbtxt | 1 path: "tensorflow.__internal__.test.combinations.NamedObject" 3 is_instance: "<class \'tensorflow.python.framework.test_combinations.NamedObject\'>"
|
D | tensorflow.__internal__.test.combinations.pbtxt | 4 name: "NamedObject"
|
/external/tensorflow/tensorflow/python/framework/ |
D | combinations.py | 84 NamedObject = test_combinations.NamedObject variable
|
/external/tensorflow/tensorflow/python/keras/ |
D | combinations.py | 110 NamedObject = test_combinations.NamedObject variable
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 283 combinations.NamedObject("DefaultReductionToOneDevice", 285 combinations.NamedObject( 289 combinations.NamedObject( 302 combinations.NamedObject( 305 combinations.NamedObject( 308 combinations.NamedObject("NcclAllReduce", 310 combinations.NamedObject( 388 combinations.NamedObject( 391 combinations.NamedObject( 409 combinations.NamedObject( [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 28 class Sampler : public gl::NamedObject 31 Sampler(GLuint name) : NamedObject(name) in Sampler()
|
D | Query.h | 28 class Query : public gl::NamedObject
|
D | VertexArray.h | 28 class VertexArray : public gl::NamedObject
|
D | TransformFeedback.h | 30 class TransformFeedback : public gl::NamedObject
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | sample_factory.mojom | 27 interface NamedObject { 36 CreateNamedObject(NamedObject& obj);
|
/external/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 15 @interface NamedObject interface 24 @implementation NamedObject implementation
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 15 @interface NamedObject interface 24 @implementation NamedObject implementation
|
/external/tensorflow/tensorflow/python/distribute/ |
D | combinations.py | 316 tf_function = combinations_lib.NamedObject("TfFunction", def_function.function) 317 no_tf_function = combinations_lib.NamedObject("NoTfFunction", lambda f: f) 372 NamedObject = combinations_lib.NamedObject variable
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 54 class NamedObject class 57 virtual ~NamedObject (void) {} in ~NamedObject() 66 NamedObject (deUint32 name) : m_name(name), m_refCount(1) {} in NamedObject() function in sglr::rc::NamedObject 73 class Texture : public NamedObject 296 class Renderbuffer : public NamedObject 326 class Framebuffer : public NamedObject 391 class DataBuffer : public NamedObject 394 DataBuffer (deUint32 name) : NamedObject(name) {} in DataBuffer() 407 class VertexArray : public NamedObject 444 class ShaderProgramObjectContainer : public NamedObject
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Buffer.h | 32 class Buffer : public gl::NamedObject
|