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.cc225 const int64 scalar_size = args.out_depth % kPacketSize; in CopyOutputBackpropRegion() local
838 const int64 scalar_size = out_bprop_limit - out_bprop_index; in ComputeBackpropFilter() local
944 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.h393 inline size_t PaddingBytes(size_t buf_size, size_t scalar_size) { in PaddingBytes()
/external/llvm-project/lldb/source/Core/
DValue.cpp148 const size_t scalar_size = rhs.m_value.GetByteSize(); in AppendDataToHostBuffer() local
/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