Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc97 std::vector<int> constant_input_indices; in MustArgumentBeConstant() local
99 *op_kernel, &constant_input_indices)); in MustArgumentBeConstant()
100 *result = absl::c_binary_search(constant_input_indices, argument_idx); in MustArgumentBeConstant()