Home
last modified time | relevance | path

Searched refs:NamedObject (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/python/keras/distribute/
Doptimizer_combinations.py37 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 …]
Dmodel_combinations.py24 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/
Dcompression_ops_test.py38 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/
DInterfacesTest.java20 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/
DObject.cpp82 NamedObject::NamedObject(GLuint name) : name(name) in NamedObject() function in gl::NamedObject
86 NamedObject::~NamedObject() in ~NamedObject()
DObject.hpp60 class NamedObject : public Object class
63 explicit NamedObject(GLuint name);
64 virtual ~NamedObject();
/external/guava/android/guava-testlib/test/com/google/common/testing/
DEqualsTesterTest.java397 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/
DEqualsTesterTest.java397 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/
Dcollective_ops_test.py100 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/
DTexture.hpp27 class [[clang::lto_visibility_public]] Texture : public gl::NamedObject
30 Texture(GLuint name) : NamedObject(name) {} in Texture()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.test.combinations.-named-object.pbtxt1 path: "tensorflow.__internal__.test.combinations.NamedObject"
3 is_instance: "<class \'tensorflow.python.framework.test_combinations.NamedObject\'>"
Dtensorflow.__internal__.test.combinations.pbtxt4 name: "NamedObject"
/external/tensorflow/tensorflow/python/framework/
Dcombinations.py84 NamedObject = test_combinations.NamedObject variable
/external/tensorflow/tensorflow/python/keras/
Dcombinations.py110 NamedObject = test_combinations.NamedObject variable
/external/tensorflow/tensorflow/python/distribute/v1/
Dcross_device_ops_test.py283 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/
DSampler.h28 class Sampler : public gl::NamedObject
31 Sampler(GLuint name) : NamedObject(name) in Sampler()
DQuery.h28 class Query : public gl::NamedObject
DVertexArray.h28 class VertexArray : public gl::NamedObject
DTransformFeedback.h30 class TransformFeedback : public gl::NamedObject
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_factory.mojom27 interface NamedObject {
36 CreateNamedObject(NamedObject& obj);
/external/clang/test/CodeGenObjC/
Dobjc-gc-aggr-assign.m15 @interface NamedObject interface
24 @implementation NamedObject implementation
/external/llvm-project/clang/test/CodeGenObjC/
Dobjc-gc-aggr-assign.m15 @interface NamedObject interface
24 @implementation NamedObject implementation
/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py316 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/
DsglrReferenceContext.hpp54 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/
DBuffer.h32 class Buffer : public gl::NamedObject

123