Searched defs:a_float (Results 1 – 5 of 5) sorted by relevance
29 float a_float; member
330 Tensor a_float(DT_FLOAT, {a_rows, a_cols}); in TEST_F() local
1001 std::unique_ptr<Tensor> a_float; in Compute() local
12 float a_float = 3; field
60 a_float = messages.FloatField(4) variable in MyMessage