Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/eager/
Dmonitoring_test.py33 counter.get_cell().increase_by(1)
34 self.assertEqual(counter.get_cell().value(), 1)
35 counter.get_cell().increase_by(5)
36 self.assertEqual(counter.get_cell().value(), 6)
40 counter1.get_cell('foo').increase_by(1)
41 self.assertEqual(counter1.get_cell('foo').value(), 1)
44 counter2.get_cell('foo', 'bar').increase_by(5)
45 self.assertEqual(counter2.get_cell('foo', 'bar').value(), 5)
54 gauge.get_cell().set(1)
55 self.assertEqual(gauge.get_cell().value(), 1)
[all …]
Dmonitoring.py37 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter0),
41 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter1),
45 get_cell=pywrap_tfe.TFE_MonitoringGetCellCounter2),
51 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge0),
55 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge1),
59 get_cell=pywrap_tfe.TFE_MonitoringGetCellIntGauge2),
65 get_cell=pywrap_tfe.TFE_MonitoringGetCellStringGauge0),
69 get_cell=pywrap_tfe.TFE_MonitoringGetCellStringGauge1),
73 get_cell=pywrap_tfe.TFE_MonitoringGetCellStringGauge2),
79 get_cell=pywrap_tfe.TFE_MonitoringGetCellBoolGauge0),
[all …]
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_v2_toggles.py46 ops._control_flow_api_gauge.get_cell().set(True)
61 ops._control_flow_api_gauge.get_cell().set(False)
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dmetric_utils.py76 metric.get_cell().add(duration_sec)
82 histogram_proto = metric.get_cell().value()
/external/tensorflow/tensorflow/python/keras/estimator/
D__init__.py171 _model_to_estimator_usage_gauge.get_cell('v1').set(True)
359 _model_to_estimator_usage_gauge.get_cell('v2').set(True)
/external/tensorflow/tensorflow/python/distribute/
Dcentral_storage_strategy.py70 distribute_lib.distribution_strategy_gauge.get_cell('V2').set(
227 distribute_lib.distribution_strategy_gauge.get_cell('V1').set(
Dparameter_server_strategy_v2.py446 distribute_lib.distribution_strategy_gauge.get_cell("V2").set(
480 distribute_lib.distribution_strategy_replica_gauge.get_cell(
482 distribute_lib.distribution_strategy_replica_gauge.get_cell(
Dcollective_all_reduce_strategy.py191 distribute_lib.distribution_strategy_gauge.get_cell("V2").set(
194 distribute_lib.distribution_strategy_replica_gauge.get_cell(
196 distribute_lib.distribution_strategy_replica_gauge.get_cell(
290 distribute_lib.distribution_strategy_gauge.get_cell("V1").set(
293 distribute_lib.distribution_strategy_replica_gauge.get_cell(
295 distribute_lib.distribution_strategy_replica_gauge.get_cell(
Dtpu_strategy.py336 distribute_lib.distribution_strategy_gauge.get_cell("V2").set("TPUStrategy")
337 distribute_lib.distribution_strategy_replica_gauge.get_cell(
339 distribute_lib.distribution_strategy_replica_gauge.get_cell(
642 distribute_lib.distribution_strategy_gauge.get_cell("V2").set("TPUStrategy")
643 distribute_lib.distribution_strategy_replica_gauge.get_cell(
645 distribute_lib.distribution_strategy_replica_gauge.get_cell(
704 distribute_lib.distribution_strategy_gauge.get_cell("V1").set("TPUStrategy")
705 distribute_lib.distribution_strategy_replica_gauge.get_cell(
707 distribute_lib.distribution_strategy_replica_gauge.get_cell(
Done_device_strategy.py80 distribute_lib.distribution_strategy_gauge.get_cell("V2").set(
249 distribute_lib.distribution_strategy_gauge.get_cell("V1").set(
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py99 base_preprocessing_layer.keras_kpl_gauge.get_cell('Resizing').set(True)
149 base_preprocessing_layer.keras_kpl_gauge.get_cell('CenterCrop').set(True)
224 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomCrop').set(True)
329 base_preprocessing_layer.keras_kpl_gauge.get_cell('Rescaling').set(True)
385 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomFlip').set(True)
528 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomTranslation').set(
817 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomRotation').set(
953 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomZoom').set(True)
1092 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomContrast').set(
1176 base_preprocessing_layer.keras_kpl_gauge.get_cell('RandomHeight').set(True)
[all …]
Ddiscretization_v1.py29 base_preprocessing_layer.keras_kpl_gauge.get_cell(
Dinteger_lookup_v1.py40 base_preprocessing_layer.keras_kpl_gauge.get_cell(
Dstring_lookup_v1.py47 base_preprocessing_layer.keras_kpl_gauge.get_cell(
Dtext_vectorization_v1.py91 base_preprocessing_layer.keras_kpl_gauge.get_cell(
Dinteger_lookup.py297 base_preprocessing_layer.keras_kpl_gauge.get_cell("IntegerLookup").set(True)
Dstring_lookup.py291 base_preprocessing_layer.keras_kpl_gauge.get_cell("StringLookup").set(True)
Dhashing.py141 base_preprocessing_layer.keras_kpl_gauge.get_cell('Hashing').set(True)
Dcategory_crossing.py119 base_preprocessing_layer.keras_kpl_gauge.get_cell(
/external/tensorflow/tensorflow/python/compat/
Dv2_compat.py54 _v2_behavior_usage_gauge.get_cell("enable").set(True)
92 _v2_behavior_usage_gauge.get_cell("disable").set(True)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.monitoring.-bool-gauge.pbtxt11 name: "get_cell"
/external/python/cpython2/Lib/test/
Dtest_repr.py182 def get_cell(): function
187 x = get_cell().__closure__[0]
/external/python/cpython3/Lib/test/
Dtest_reprlib.py184 def get_cell(): function
189 x = get_cell().__closure__[0]
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py232 base_layer.keras_api_gauge.get_cell('model').set(True)
269 base_layer.keras_api_gauge.get_cell('Model subclass').set(True)
563 base_layer.keras_api_gauge.get_cell('compile').set(True)
1077 base_layer.keras_api_gauge.get_cell('fit').set(True)
1393 base_layer.keras_api_gauge.get_cell('evaluate').set(True)
1633 base_layer.keras_api_gauge.get_cell('predict').set(True)
/external/tensorflow/tensorflow/python/
D__init__.py124 _tf2_gauge.get_cell().set(_tf2.enabled())

123