Searched refs:ValidateAndCreateOutput (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | image_resizer_state.h | 133 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input) { in ValidateAndCreateOutput() function 164 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input, in ValidateAndCreateOutput() function
|
D | resize_bilinear_op.cc | 49 st.ValidateAndCreateOutput(context, input); in Compute() 275 st.ValidateAndCreateOutput(context, input, original_image); in Compute()
|
D | resize_bicubic_op.cc | 561 st.ValidateAndCreateOutput(context, input); in Compute() 594 st.ValidateAndCreateOutput(context, input, original_image); in Compute()
|
D | resize_area_op.cc | 152 st.ValidateAndCreateOutput(context, input); in Compute()
|
D | resize_nearest_neighbor_op.cc | 50 st.ValidateAndCreateOutput(context, input); in Compute()
|
D | quantized_resize_bilinear_op.cc | 708 st.ValidateAndCreateOutput(context, input); in Compute()
|