Home
last modified time | relevance | path

Searched defs:BatchNormInference (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md212 ## BatchNormInference section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc111 TEST_F(LayoutAssignmentTest, BatchNormInference) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2032 XlaOp XlaBuilder::BatchNormInference(XlaOp operand, XlaOp scale, XlaOp offset, in BatchNormInference() function in xla::XlaBuilder
3561 XlaOp BatchNormInference(const XlaOp operand, const XlaOp scale, in BatchNormInference() function