Home
last modified time | relevance | path

Searched defs:value_fn (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dstrategy_gather_test.py126 def value_fn(ctx): function
148 def value_fn(ctx): function
176 def value_fn(ctx): function
224 def value_fn(ctx): function
363 def value_fn(ctx): function
391 def value_fn(ctx): function
420 def value_fn(ctx): function
488 def value_fn(ctx): function
541 def value_fn(ctx): function
601 def value_fn(ctx): function
[all …]
Dvalues_test.py80 def value_fn(ctx): function
100 def value_fn(ctx): function
120 def value_fn(ctx): function
143 def value_fn(ctx): function
168 def value_fn(ctx): function
191 def value_fn(ctx): function
212 def value_fn(ctx): function
244 def value_fn(ctx): function
270 def value_fn(ctx): function
301 def value_fn(ctx): function
Dcross_device_ops_test.py240 value_fn = lambda device_idx: inputs[pid * len(devices) + device_idx] function
285 def value_fn(device_idx, idx=i): function
Dcollective_all_reduce_strategy.py683 def _experimental_distribute_values_from_function(self, value_fn): argument
Done_device_strategy.py341 def _experimental_distribute_values_from_function(self, value_fn): argument
Dparameter_server_strategy.py400 def _experimental_distribute_values_from_function(self, value_fn): argument
Ddistribute_lib.py1680 def experimental_distribute_values_from_function(self, value_fn): argument
2293 def _experimental_distribute_values_from_function(self, value_fn): argument
3660 def _experimental_distribute_values_from_function(self, value_fn): argument
Dmirrored_strategy.py597 def _experimental_distribute_values_from_function(self, value_fn): argument
Dtpu_strategy.py1037 def _experimental_distribute_values_from_function(self, value_fn): argument
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h305 inline void CollectValue(std::function<int64_t()> value_fn, in CollectValue()
318 inline void CollectValue(std::function<std::string()> value_fn, in CollectValue()
331 inline void CollectValue(std::function<bool()> value_fn, Point* const point) { in CollectValue()
/external/tensorflow/tensorflow/python/data/util/
Dstructure_test.py503 def testFlatStructure(self, value_fn, expected_structure_fn, argument
588 def testRoundTripConversion(self, value_fn): argument
890 def testToBatchedTensorList(self, value_fn, element_0_fn): argument
/external/tensorflow/tensorflow/python/eager/
Dops_test.py393 def testCastToPrimitiveTypesFrom(self, value_fn): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_simplify_padding_test.cc109 absl::FunctionRef<NativeT(absl::Span<const int64_t>, NativeT)> value_fn) { in SetConstantValue()