Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h859 gtl::ArraySlice<int> candidate_input_indices, int output_index,
870 gtl::ArraySlice<int> candidate_input_indices, DataType type,
875 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_temp() argument
877 return forward_input_or_allocate_temp(candidate_input_indices, type, shape, in forward_input_or_allocate_temp()
1586 gtl::ArraySlice<int> candidate_input_indices, int output_index, in forward_input_or_allocate_output() argument
1588 for (int input_index : candidate_input_indices) { in forward_input_or_allocate_output()
Dop_kernel.cc565 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_temp() argument
568 for (int input_index : candidate_input_indices) { in forward_input_or_allocate_temp()
/external/tensorflow/tensorflow/core/kernels/
Dcuda_solvers.h181 gtl::ArraySlice<int> candidate_input_indices, DataType type,
Dcuda_solvers.cc284 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_scoped_tensor() argument
287 candidate_input_indices, type, shape, out_temp); in forward_input_or_allocate_scoped_tensor()