Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dimage_resizer_state.h133 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input) { in ValidateAndCreateOutput() function
164 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input, in ValidateAndCreateOutput() function
Dresize_bilinear_op.cc49 st.ValidateAndCreateOutput(context, input); in Compute()
275 st.ValidateAndCreateOutput(context, input, original_image); in Compute()
Dresize_bicubic_op.cc561 st.ValidateAndCreateOutput(context, input); in Compute()
594 st.ValidateAndCreateOutput(context, input, original_image); in Compute()
Dresize_area_op.cc152 st.ValidateAndCreateOutput(context, input); in Compute()
Dresize_nearest_neighbor_op.cc50 st.ValidateAndCreateOutput(context, input); in Compute()
Dquantized_resize_bilinear_op.cc708 st.ValidateAndCreateOutput(context, input); in Compute()