Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc395 std::unordered_set<string> compile_time_constant_inputs_from_attr; in CompileTimeConstantInputs() local
403 std::inserter(compile_time_constant_inputs_from_attr, in CompileTimeConstantInputs()
404 compile_time_constant_inputs_from_attr.end())); in CompileTimeConstantInputs()
405 compile_time_constant_inputs = &compile_time_constant_inputs_from_attr; in CompileTimeConstantInputs()