Home
last modified time | relevance | path

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

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