Home
last modified time | relevance | path

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

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