Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h116 double GetDecimalVal() const { in GetDecimalVal() function
Dhlo_parser.cc3856 double val = lexer_.GetDecimalVal(); in ParseDouble()