Home
last modified time | relevance | path

Searched defs:candidate_input_indices (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc43 int32_t* candidate_input_indices) { in _mlir_ciface_tf_alloc()
/external/tensorflow/tensorflow/core/util/
Drocm_solvers.cc197 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_scoped_tensor()
Dcuda_solvers.cc305 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_scoped_tensor()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h920 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_temp()
1637 gtl::ArraySlice<int> candidate_input_indices, int output_index, in forward_input_or_allocate_output()
Dop_kernel.cc567 gtl::ArraySlice<int> candidate_input_indices, DataType type, in forward_input_or_allocate_temp()
/external/tensorflow/tensorflow/c/
Dkernels.cc484 TF_OpKernelContext* context, int* candidate_input_indices, in TF_ForwardInputOrAllocateOutput()
Dkernels_test.cc929 int candidate_input_indices[1] = {0}; in TEST_F() local