Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.cc57 auto complex_value = std::complex<float>(static_cast<float>(value), 0.0f); in CreateConstOpWithSingleValue() local
58 content.assign(reinterpret_cast<const char*>(&complex_value), in CreateConstOpWithSingleValue()
59 sizeof(complex_value)); in CreateConstOpWithSingleValue()