Home
last modified time | relevance | path

Searched defs:tensor_float_32_execution_enabled (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtensor_float_32_utils.cc29 bool tensor_float_32_execution_enabled() { return tensor_float_32_enabled; } in tensor_float_32_execution_enabled() function
/external/tensorflow/tensorflow/python/framework/
Dconfig.py30 def tensor_float_32_execution_enabled(): function