Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbias_op.h33 const Eigen::Index rest_size = input.size() / bias.dimension(0); in operator() local
47 const Eigen::Index rest_size = input.dimension(0) / bias1.dimension(0); in operator() local
H A Dbatch_norm_op.h36 const int rest_size = input.size() / depth; in operator() local
80 const int rest_size = input.size() / depth; in operator() local
H A Dfused_batch_norm_op.cc169 const int rest_size = size / depth; in operator ()() local
312 const int rest_size = size / depth; in operator ()() local
428 const int rest_size = size / depth; in operator ()() local
548 const int rest_size = input.size() / depth; in operator ()() local
H A Dfused_batch_norm_op.cu.cc54 const int rest_size = input.size() / depth; in operator ()() local
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/
H A Desys_crypto.c500 size_t rest_size = data_size; in iesys_xor_parameter_obfuscation() local