Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc228 const int64_t scalar_size = args.out_depth % kPacketSize; in CopyOutputBackpropRegion() local
842 const int64_t scalar_size = out_bprop_limit - out_bprop_index; in ComputeBackpropFilter() local
948 const int64_t scalar_size = out_depth - vectorized_size; in operator ()() local
Ddeep_conv2d.cc148 const int64_t scalar_size = args.in_depth % kPacketSize; in operator ()() local
225 const int64_t scalar_size = in_depth % kPacketSize; in operator ()() local
/external/flatbuffers/include/flatbuffers/
Dbase.h448 inline size_t PaddingBytes(size_t buf_size, size_t scalar_size) { in PaddingBytes()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c1746 unsigned scalar_size = type_scalar_size_bytes(deref->type); in nir_lower_explicit_io_instr() local
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py124 def _PaddingBytes(buf_size, scalar_size): argument