Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbias_op.h35 const Eigen::Index 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.cc160 const int rest_size = size / depth; in operator ()() local
297 const int rest_size = size / depth; in operator ()() local
407 const int rest_size = size / depth; in operator ()() local
533 const int rest_size = input.size() / depth; in operator ()() local
Dfused_batch_norm_op.cu.cc53 const int rest_size = input.size() / depth; in operator ()() local
/external/tpm2-tss/src/tss2-esys/
Desys_crypto.c500 size_t rest_size = data_size; in iesys_xor_parameter_obfuscation() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc1152 int64_t rest_size = input_type.getDimSize(0) * in matchAndRewrite() local