Home
last modified time | relevance | path

Searched defs:BatchNormTraining (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dbfloat16_test.cc81 XLA_TEST_F(Bfloat16Test, DISABLED_ON_INTERPRETER(BatchNormTraining)) { in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc56 TEST_F(BatchNormExpanderTest, BatchNormTraining) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md204 ## BatchNormTraining section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc180 TEST_F(LayoutAssignmentTest, BatchNormTraining) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2045 XlaOp XlaBuilder::BatchNormTraining(const XlaOp& operand, const XlaOp& scale, in BatchNormTraining() function in xla::XlaBuilder
3486 XlaOp BatchNormTraining(const XlaOp& operand, const XlaOp& scale, in BatchNormTraining() function