Home
last modified time | relevance | path

Searched refs:b_float (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op_test.cc311 Tensor b_float(DT_FLOAT, {b_rows, b_cols}); in TEST_F() local
313 &b_float, in TEST_F()
325 Tensor b_quantized = FloatTensorToQuantized<quint8>(b_float, b_min, b_max); in TEST_F()
Dsparse_matmul_op.cc997 std::unique_ptr<Tensor> b_float; in Compute() local
1009 b_float.reset(new Tensor(DT_FLOAT, b.shape())); in Compute()
1011 b_float->flat<float>().data(), b.NumElements()); in Compute()
1012 right = b_float.get(); in Compute()