Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dimage_resizer_state.h143 void ValidateAndCreateOutput(OpKernelContext* context) { in ValidateAndCreateOutput() function
178 void ValidateAndCreateOutput(OpKernelContext* context) { in ValidateAndCreateOutput() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_bilinear_op.cc58 st.ValidateAndCreateOutput(context); in Compute()
346 st.ValidateAndCreateOutput(context); in Compute()
H A Dresize_bicubic_op.cc561 st.ValidateAndCreateOutput(context); in Compute()
591 st.ValidateAndCreateOutput(context); in Compute()
H A Dresize_area_op.cc152 st.ValidateAndCreateOutput(context); in Compute()
H A Dresize_nearest_neighbor_op.cc51 st.ValidateAndCreateOutput(context); in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op.cc715 st.ValidateAndCreateOutput(context); in Compute()