/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/ |
D | ScopeTest.java | 102 root.withName(name); in validateNames() 120 root.withName(name); in validateNames() 134 Const<Integer> c3 = Const.create(s.withName("four"), 4); in basic() 136 Const<Integer> c4 = Const.create(s.withName("four"), 4); in basic() 147 assertEquals("child/four", Const.create(child.withName("four"), 4).output().op().name()); in hierarchy() 157 Const.create(s.withName("data"), new int[] {600, 470, 170, 430, 300}).output(); in composite() 160 Variance<Integer> var1 = Variance.create(s.withName("example"), data, Integer.class); in composite() 303 s.withName("squared_deviation"), x, Mean.create(s, x, zero).output()) in create() 306 return new Variance<T>(Mean.create(s.withName("variance"), sqdiff, zero).output()); in create()
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
D | Scope.java | 125 public Scope withName(String opName) { in withName() method in Scope 126 return new Scope(env, nameScope.withName(opName), controlDependencies); in withName()
|
D | NameScope.java | 47 NameScope withName(String name) { in withName() method in NameScope
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | SettableBeanProperty.java | 281 public abstract SettableBeanProperty withName(PropertyName newName); in withName() method in SettableBeanProperty 289 return (n == _propName) ? this : withName(n); in withSimpleName() 684 public SettableBeanProperty withName(PropertyName newName) { in withName() method in SettableBeanProperty.Delegating 685 return _with(delegate.withName(newName)); in withName()
|
D | CreatorProperty.java | 161 public SettableBeanProperty withName(PropertyName newName) { in withName() method in CreatorProperty
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
D | Zeros.java | 54 …Constant<T> zero = Constant.create(childScope.withName("Zero"), type, new long[]{}, ByteBuffer.all… in create()
|
/external/catch2/include/internal/ |
D | catch_test_case_info.h | 67 TestCase withName( std::string const& _newName ) const;
|
D | catch_test_case_registry_impl.cpp | 80 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|
D | catch_test_case_info.cpp | 161 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | BeanPropertyDefinition.java | 39 public abstract BeanPropertyDefinition withName(PropertyName newName); in withName() method in BeanPropertyDefinition
|
D | POJOPropertiesCollector.java | 844 renamed.add(prop.withName(n)); in _renameProperties() 969 prop = prop.withName(wrapperName); in _renameWithWrappers()
|
D | POJOPropertyBuilder.java | 110 public POJOPropertyBuilder withName(PropertyName newName) { in withName() method in POJOPropertyBuilder
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 1263 withName:NUM_COLOR_OUTPUTS_CONSTANT_NAME]; 1475 withName:PREMULTIPLY_ALPHA_CONSTANT_NAME]; 1478 withName:UNMULTIPLY_ALPHA_CONSTANT_NAME]; 1484 withName:NUM_COLOR_OUTPUTS_CONSTANT_NAME]; 1489 withName:SOURCE_TEXTURE_TYPE_CONSTANT_NAME]; 1651 withName:SOURCE_TEXTURE_TYPE_CONSTANT_NAME]; 1658 withName:SOURCE_TEXTURE2_TYPE_CONSTANT_NAME]; 1689 withName:SOURCE_TEXTURE2_TYPE_CONSTANT_NAME]; 1950 withName:SOURCE_BUFFER_ALIGNED_CONSTANT_NAME]; 2020 withName:SOURCE_BUFFER_ALIGNED_CONSTANT_NAME]; [all …]
|
D | ProgramMtl.mm | 655 withName:discardEnabledStr]; 691 withName:coverageMaskEnabledStr]; 703 withName:@"ANGLEUseSampleCompareGradient"]; 707 withName:@"ANGLEUseSampleCompareLod"];
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | ObjectIdValueProperty.java | 45 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdValueProperty
|
D | ObjectIdReferenceProperty.java | 44 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdReferenceProperty
|
D | SetterlessProperty.java | 58 public SettableBeanProperty withName(PropertyName newName) { in withName() method in SetterlessProperty
|
D | MethodProperty.java | 74 public SettableBeanProperty withName(PropertyName newName) { in withName() method in MethodProperty
|
D | FieldProperty.java | 83 public SettableBeanProperty withName(PropertyName newName) { in withName() method in FieldProperty
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/ |
D | GradientsTest.java | 127 Gradients grad1 = Gradients.create(scope.withName("MyGradients"), y, Arrays.asList(x)); in validateGradientsNames()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | SimpleBeanPropertyDefinition.java | 128 public BeanPropertyDefinition withName(PropertyName newName) { in withName() method in SimpleBeanPropertyDefinition
|
/external/auto/value/userguide/ |
D | builders-howto.md | 152 public Animal withName(String name) { 165 Note that it's your free choice what to make public (`toBuilder`, `withName`,
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2851 TestCase withName( std::string const& _newName ) const; 6488 return registerTest( testCase.withName( oss.str() ) ); in registerTest() 7441 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4772 TestCase withName( std::string const& _newName ) const; 13953 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase 14044 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4803 TestCase withName( std::string const& _newName ) const; 14098 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase 14243 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|