Searched refs:withName (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/ |
D | ScopeTest.java | 101 root.withName(name); in validateNames() 119 root.withName(name); in validateNames() 133 Const<Integer> c3 = Const.create(s.withName("four"), 4); in basic() 135 Const<Integer> c4 = Const.create(s.withName("four"), 4); in basic() 146 assertEquals("child/four", Const.create(child.withName("four"), 4).output().op().name()); in hierarchy() 156 Const.create(s.withName("data"), new int[] {600, 470, 170, 430, 300}).output(); in composite() 159 Variance<Integer> var1 = Variance.create(s.withName("example"), data, Integer.class); in composite() 302 s.withName("squared_deviation"), x, Mean.create(s, x, zero).output()) in create() 305 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 | 121 public Scope withName(String opName) { in withName() method in Scope 122 return new Scope(graph, nameScope.withName(opName)); in withName()
|
D | NameScope.java | 47 NameScope withName(String name) { in withName() method in NameScope
|
/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 | 71 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|
D | catch_test_case_info.cpp | 155 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase
|
/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/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 | 4214 TestCase withName( std::string const& _newName ) const; 11735 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase 11818 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|