Home
last modified time | relevance | path

Searched defs:rest_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbias_op.h35 const int64_t rest_size = input.size() / bias_size; in operator() local
42 const int rest_size = input.size() / bias_size; in operator() local
Dbatch_norm_op.h36 const int rest_size = input.size() / depth; in operator() local
86 const int rest_size = input.size() / depth; in operator() local
Dfused_batch_norm_op.h83 const int rest_size = input.size() / depth; in operator() local
Dfused_batch_norm_op.cc94 const int rest_size = size / depth; in operator ()() local
186 const int rest_size = size / depth; in operator ()() local