Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc213 const int64 scalar_size = args.out_depth % kPacketSize; in CopyOutputBackpropRegion() local
797 const int64 scalar_size = out_bprop_limit - out_bprop_index; in ComputeBackpropFilter() local
903 const int64 scalar_size = out_depth - vectorized_size; in operator ()() local
Ddeep_conv2d.cc147 const int64 scalar_size = args.in_depth % kPacketSize; in operator ()() local
222 const int64 scalar_size = in_depth % kPacketSize; in operator ()() local
/external/flatbuffers/include/flatbuffers/
Dbase.h374 inline size_t PaddingBytes(size_t buf_size, size_t scalar_size) { in PaddingBytes()