HomeSort by relevance Sort by last modified time
    Searched defs:offset_b (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_matmul_op.cc 37 int offset_a, int offset_b, int lda, int ldb, int ldc) {
60 &context, lhs, rhs, &result, -offset_a, -offset_b, empty_pipeline);
91 const int32 offset_b = FloatToQuantizedUnclamped<T2>(0.0f, min_b, max_b); variable
142 c_data, m, n, k, -offset_a, -offset_b, lda, ldb, ldc);
152 m, n, k, offset_a, offset_b, lda,
156 m, n, k, offset_a, offset_b, lda,
162 m, n, k, offset_a, offset_b, lda,
166 m, n, k, offset_a, offset_b,
173 lda, b_data, offset_b, ldb, c_data, shift_c, offset_c, mult_c, ldc);
  /external/v8/src/regexp/
interpreter-irregexp.cc 33 Address offset_b = local
37 offset_a, offset_b, length, unicode ? nullptr : isolate) == 1;

Completed in 212 milliseconds