Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcolocation_graph.h303 Status AddHostOnlyDataTypesConstraints();
H A Dcolocation_graph.cc812 Status ColocationGraph::AddHostOnlyDataTypesConstraints() { in AddHostOnlyDataTypesConstraints() function in tensorflow::ColocationGraph
936 TF_RETURN_IF_ERROR(AddHostOnlyDataTypesConstraints()); in Initialize()