Home
last modified time | relevance | path

Searched defs:synchronization (Results 1 – 25 of 62) sorted by relevance

123

/external/tensorflow/tensorflow/python/distribute/
Ddistributed_variable_test.py100 def testExtendsVariable(self, distribution, synchronization, aggregation): argument
106 def testCheckpointing(self, distribution, synchronization, aggregation, mode): argument
139 def testTraceback(self, distribution, synchronization, aggregation): argument
158 def testSelectReplica(self, distribution, synchronization, aggregation): argument
164 def testIsTensorLike(self, distribution, synchronization, aggregation): argument
177 def testAssignReturnValueIsTensorLike(self, distribution, synchronization, argument
207 def testDeepCopy(self, distribution, synchronization, aggregation): argument
242 def testAssignSignature(self, distribution, synchronization, aggregation): argument
271 def testStrategyExtendedUpdate(self, distribution, synchronization, argument
301 def testSaveNonDistributed(self, distribution, synchronization, aggregation): argument
[all …]
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dvariable_scope_shim.py101 def validate_synchronization_aggregation_trainable( argument
169 synchronization=vs.VariableSynchronization.AUTO, argument
311 synchronization=vs.VariableSynchronization.AUTO, argument
401 synchronization=vs.VariableSynchronization.AUTO, argument
Dbase.py332 synchronization=vs.VariableSynchronization.AUTO, argument
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.hpp32 namespace synchronization namespace
DvktGlobalPriorityQueueTests.hpp31 namespace synchronization namespace
DvktSynchronizationSignalOrderTests.hpp31 namespace synchronization namespace
DvktSynchronizationSmokeTests.hpp30 namespace synchronization namespace
DvktSynchronizationOperationMultiQueueTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicSemaphoreTests.hpp32 namespace synchronization namespace
DvktSynchronizationInternallySynchronizedObjectsTests.hpp30 namespace synchronization namespace
DvktSynchronizationOperationSingleQueueTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicFenceTests.hpp32 namespace synchronization namespace
DvktSynchronizationCrossInstanceSharingTests.hpp31 namespace synchronization namespace
DvktSynchronizationNoneStageTests.hpp30 namespace synchronization namespace
DvktSynchronizationTimelineSemaphoreTests.hpp30 namespace synchronization namespace
DvktSynchronizationWin32KeyedMutexTests.hpp32 namespace synchronization namespace
DvktSynchronizationImageLayoutTransitionTests.hpp31 namespace synchronization namespace
DvktSynchronizationDefs.hpp30 namespace synchronization namespace
DvktSynchronizationOperationResources.hpp33 namespace synchronization namespace
DvktSynchronizationOperationTestData.hpp33 namespace synchronization namespace
DvktSynchronizationTests.cpp46 namespace synchronization namespace
/external/pigweed/third_party/perfetto/
Ddocs.rst27 Process
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py331 synchronization=VariableSynchronization.AUTO, argument
479 synchronization=VariableSynchronization.AUTO, argument
613 synchronization=VariableSynchronization.AUTO, argument
840 synchronization=VariableSynchronization.AUTO, argument
1288 synchronization=VariableSynchronization.AUTO, argument
1358 synchronization=VariableSynchronization.AUTO, argument
1614 synchronization=VariableSynchronization.AUTO, argument
1791 synchronization=VariableSynchronization.AUTO, argument
1834 synchronization=VariableSynchronization.AUTO, argument
Dvariables.py155 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
199 synchronization=VariableSynchronization.AUTO, argument
237 synchronization=VariableSynchronization.AUTO, argument
382 synchronization=VariableSynchronization.AUTO, argument
490 def synchronization(self): member in Variable
1467 synchronization=VariableSynchronization.AUTO, argument
1564 synchronization=None, argument
1681 synchronization=None, argument
1971 def synchronization(self): member in RefVariable
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto69 VariableSynchronization synchronization = 8; field

123