Home
last modified time | relevance | path

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

/external/executorch/runtime/executor/
Dmethod.cpp799 const auto& e = get_value(get_input_index(input_idx)); in set_input()
1023 input_evalues[i] = values_[get_input_index(i)]; in get_inputs()
1338 size_t Method::get_input_index(size_t i) const { in get_input_index() function in executorch::runtime::Method
1344 return get_value(get_input_index(i)); in get_input()
1348 return mutable_value(get_input_index(i)); in mutable_input()
Dmethod.h310 size_t get_input_index(size_t i) const;
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc408 TF_RETURN_IF_ERROR(get_input_index(name, &index)); in input()
419 TF_RETURN_IF_ERROR(get_input_index(name, &index)); in input_dtype()
427 TF_RETURN_IF_ERROR(get_input_index(name, &index)); in input_ref_mutex()
501 TF_RETURN_IF_ERROR(get_input_index(input_name, &input_index)); in forward_input_to_output_with_shape()
642 TF_RETURN_IF_ERROR(get_input_index(name, &index)); in mutable_input()
661 TF_RETURN_IF_ERROR(get_input_index(name, &index)); in replace_ref_input()
870 Status OpKernelContext::get_input_index(StringPiece name, in get_input_index() function in tensorflow::OpKernelContext
Dop_kernel.h1255 Status get_input_index(StringPiece name, int* out_index) const;