HomeSort by relevance Sort by last modified time
    Searched refs:ValidateAndCreateOutput (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
image_resizer_state.h 108 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input) {
136 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input,
resize_bilinear_op.cc 47 st.ValidateAndCreateOutput(context, input);
256 st.ValidateAndCreateOutput(context, input, original_image);
resize_bicubic_op.cc 479 st.ValidateAndCreateOutput(context, input);
508 st.ValidateAndCreateOutput(context, input, original_image);
resize_area_op.cc 148 st.ValidateAndCreateOutput(context, input);
resize_nearest_neighbor_op.cc 48 st.ValidateAndCreateOutput(context, input);
quantized_resize_bilinear_op.cc 693 st.ValidateAndCreateOutput(context, input);

Completed in 228 milliseconds