HomeSort by relevance Sort by last modified time
    Searched full:size_in_elements (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 167 const int64 size_in_elements = ShapeUtil::ElementsIn(operand_shape); local
169 Literal::CreateR0<float>(size_in_elements / feature_count);
438 const int64 size_in_elements = ShapeUtil::ElementsIn(activation_shape); local
441 Literal::CreateR0<float>(size_in_elements / feature_count);

Completed in 114 milliseconds