Searched defs:a_float (Results 1 – 6 of 6) sorted by relevance
106 private float[] getGEMMResult(int m, int n, int k, float[] a_float, float[] b_float) { in getGEMMResult()133 float[] a_float = byteToFloat(new byte[] { in setTestSmall() local178 float[] a_float = byteToFloat(new byte[] { in setTestMedium() local245 float[] a_float = byteToFloat(a_byte, a_offset); in setTestLarge() local
330 Tensor a_float(DT_FLOAT, {a_rows, a_cols}); in TEST_F() local
1001 std::unique_ptr<Tensor> a_float; in Compute() local
29 float a_float; member
12 float a_float = 3; field
60 a_float = messages.FloatField(4) variable in MyMessage