Home
last modified time | relevance | path

Searched refs:BatchNormTraining (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dbfloat16_test.cc81 XLA_TEST_F(Bfloat16Test, DISABLED_ON_INTERPRETER(BatchNormTraining)) { in XLA_TEST_F() argument
98 BatchNormTraining(operand, scale, offset, /*epsilon=*/0.001, kFeatureIndex); in XLA_TEST_F()
Dbatch_normalization_test.cc242 BatchNormTraining(operand, scale, offset, in XLA_TEST_P()
266 BatchNormTraining(operand, scale, offset, in XLA_TEST_P()
296 BatchNormTraining(h0, h1, h2, in XLA_TEST_P()
328 BatchNormTraining(h0, h1, h2, in XLA_TEST_P()
537 BatchNormTraining(input_activations, scale_activations, offset_activations, in XLA_TEST_P()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc56 TEST_F(BatchNormExpanderTest, BatchNormTraining) { in TEST_F() argument
Dhlo_parser_test.cc655 "BatchNormTraining", in CreateTestCases()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc62 xla::XlaOp output = xla::BatchNormTraining( in Compile()
/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.h569 XlaOp BatchNormTraining(const XlaOp& operand, const XlaOp& scale,
978 friend XlaOp BatchNormTraining(const XlaOp& operand, const XlaOp& scale,
1882 XlaOp BatchNormTraining(const XlaOp& operand, const XlaOp& scale,
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
3489 return operand.builder()->BatchNormTraining(operand, scale, offset, epsilon, in BatchNormTraining()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md126 : : : `BatchNormTraining` :
196 `BatchNormInference` is equivalent to calling `BatchNormTraining` without
204 ## BatchNormTraining section in Operation Semantics
207 [`XlaBuilder::BatchNormTraining`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/xl…
213 <b> `BatchNormTraining(operand, scale, offset, epsilon, feature_index)` </b>