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.cc367 std::unordered_set<string> compile_time_constant_inputs_from_attr; in CompileTimeConstantInputs() local
376 std::inserter(compile_time_constant_inputs_from_attr, in CompileTimeConstantInputs()
377 compile_time_constant_inputs_from_attr.end())); in CompileTimeConstantInputs()
378 compile_time_constant_inputs = &compile_time_constant_inputs_from_attr; in CompileTimeConstantInputs()