Home
last modified time | relevance | path

Searched defs:offset_b (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc37 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply()
91 const int32_t offset_b = FloatToQuantizedUnclamped<T2>(0.0f, min_b, max_b); in Compute() local
Dreference_gemm.h36 size_t lda, const T2* b, int32_t offset_b, size_t ldb, T3* c, in ReferenceGemm()
Dmeta_support.cc120 int k, int offset_a, int offset_b, int lda, int ldb, in QuantizedGemmImpl()
223 int offset_b, int lda, int ldb, int ldc) { in QuantizedGemm()
/external/ComputeLibrary/tests/validation/reference/
DConvolutionLayer.cpp92 const int offset_b = (ofm + group * (depth_out / num_groups)); in convolution_layer_nchw() local
/external/igt-gpu-tools/tests/i915/
Dgem_mmap_gtt.c331 uint64_t offset_a, offset_b; in test_isolation() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtranspose.cc309 int64_t offset_b = node[1].start * node[1].ldb; in TransposeConstStride1() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc374 int64_t offset_b = OffsetAt(instruction_b, index_b); in ExpectSharedBuffers() local