Searched defs:offset_b (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_matmul_op.cc | 40 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply() 106 const int32_t offset_b = FloatToQuantizedUnclamped<T2>(0.0f, min_b, max_b); in Compute() local
|
H A D | meta_support.cc | 120 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()
|
H A D | reference_gemm.h | 36 size_t lda, const T2* b, int32_t offset_b, size_t ldb, T3* c, in ReferenceGemm()
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | primitive_set_test.cc | 96 int offset_b = 150; in TEST_F() local 502 int offset_b = 150; in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/inc/ |
H A D | vpe10_cm_common.h | 78 uint32_t offset_b; member
|
/aosp_15_r20/external/executorch/examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/ |
H A D | TensorImageUtils.java | 72 final int offset_b = 2 * pixelsCount; in bitmapToFloatBuffer() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | ConvolutionLayer.cpp | 92 const int offset_b = (ofm + group * (depth_out / num_groups)); in convolution_layer_nchw() local
|
/aosp_15_r20/external/pytorch/android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision/ |
H A D | TensorImageUtils.java | 93 final int offset_b = 2 * pixelsCount; in bitmapToFloatBuffer() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_mmap_gtt.c | 331 uint64_t offset_a, offset_b; in test_isolation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | transpose.cc | 309 int64_t offset_b = node[1].start * node[1].ldb; in TransposeConstStride1() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | heap_simulator_test.cc | 374 int64_t offset_b = OffsetAt(instruction_b, index_b); in ExpectSharedBuffers() local
|