Home
last modified time | relevance | path

Searched refs:IsTraining (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfused_batchnorm_reserve_space_test.cc102 scale, offset, mean, variance, FusedBatchNorm::Attrs{}.IsTraining(true)); in TEST()
105 scale, offset, mean, variance, FusedBatchNorm::Attrs{}.IsTraining(true)); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc48 attr = attr.IsTraining(false); in TEST_F()
81 attr = attr.IsTraining(false); in TEST_F()
253 attrs = attrs.IsTraining(false); in TEST_F()
330 attrs = attrs.IsTraining(false); in TEST_F()
Dlayout_optimizer.cc1161 return NodeProcessor::ShouldProcess() && IsTraining(); in ShouldProcess()
1167 bool IsTraining() const { in IsTraining() function in tensorflow::grappler::__anonbd4a17fb0111::FusedBatchNormGradProcessor
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_test.cc664 attr = attr.IsTraining(false); in RunConv2DWithBatchNorm()
691 attr = attr.IsTraining(false); in RunConv2DWithBatchNormAndRelu()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc106 bool IsTraining(const OpInfo& op_info) { in IsTraining() function
1658 const bool is_training = IsTraining(op_info); in PredictFusedBatchNorm()
Dvirtual_scheduler_test.cc271 ops::FusedBatchNorm::IsTraining(true).Epsilon(0.1f)); in CreateGrapplerItemWithBatchNorm()
1559 ops::FusedBatchNorm::IsTraining(true).Epsilon(0.1f)); in CreateGrapplerItemWithInterDeviceTransfers()