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

  /external/tensorflow/tensorflow/core/kernels/
quantized_resize_bilinear_op_test.cc 197 ops::QuantizedResizeBilinear qrb = ops::QuantizedResizeBilinear( local
198 root.WithOpName("qrb"), placeholder, size, in_min, in_max);
210 {qrb.resized_images, qrb.out_min, qrb.out_max},
  /external/eigen/test/
main.h 589 HouseholderQR<MatrixBType> qrb(b);
590 m = qra.householderQ() * d * qrb.householderQ();

Completed in 195 milliseconds