Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DScopeTest.java102 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/
DScope.java125 public Scope withName(String opName) { in withName() method in Scope
126 return new Scope(env, nameScope.withName(opName), controlDependencies); in withName()
DNameScope.java47 NameScope withName(String name) { in withName() method in NameScope
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DSettableBeanProperty.java281 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()
DCreatorProperty.java161 public SettableBeanProperty withName(PropertyName newName) { in withName() method in CreatorProperty
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DZeros.java54 …Constant<T> zero = Constant.create(childScope.withName("Zero"), type, new long[]{}, ByteBuffer.all… in create()
/external/catch2/include/internal/
Dcatch_test_case_info.h67 TestCase withName( std::string const& _newName ) const;
Dcatch_test_case_registry_impl.cpp80 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
Dcatch_test_case_info.cpp161 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/
DBeanPropertyDefinition.java39 public abstract BeanPropertyDefinition withName(PropertyName newName); in withName() method in BeanPropertyDefinition
DPOJOPropertiesCollector.java844 renamed.add(prop.withName(n)); in _renameProperties()
969 prop = prop.withName(wrapperName); in _renameWithWrappers()
DPOJOPropertyBuilder.java110 public POJOPropertyBuilder withName(PropertyName newName) { in withName() method in POJOPropertyBuilder
/external/angle/src/libANGLE/renderer/metal/
Dmtl_render_utils.mm1263 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 …]
DProgramMtl.mm655 withName:discardEnabledStr];
691 withName:coverageMaskEnabledStr];
703 withName:@"ANGLEUseSampleCompareGradient"];
707 withName:@"ANGLEUseSampleCompareLod"];
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DObjectIdValueProperty.java45 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdValueProperty
DObjectIdReferenceProperty.java44 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdReferenceProperty
DSetterlessProperty.java58 public SettableBeanProperty withName(PropertyName newName) { in withName() method in SetterlessProperty
DMethodProperty.java74 public SettableBeanProperty withName(PropertyName newName) { in withName() method in MethodProperty
DFieldProperty.java83 public SettableBeanProperty withName(PropertyName newName) { in withName() method in FieldProperty
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/core/
DGradientsTest.java127 Gradients grad1 = Gradients.create(scope.withName("MyGradients"), y, Arrays.asList(x)); in validateGradientsNames()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DSimpleBeanPropertyDefinition.java128 public BeanPropertyDefinition withName(PropertyName newName) { in withName() method in SimpleBeanPropertyDefinition
/external/auto/value/userguide/
Dbuilders-howto.md152 public Animal withName(String name) {
165 Note that it's your free choice what to make public (`toBuilder`, `withName`,
/external/bcc/tests/cc/
Dcatch.hpp2851 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/
Dcatch.hpp4772 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/
Dcatch.hpp4803 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()