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

  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.h 99 Status GetWindowedOutputSizeV2(int64 input_size, int64 filter_size,
114 // detailed equations, refer to the comments for GetWindowedOutputSizeV2().
133 // detailed equations, refer to the comments for GetWindowedOutputSizeV2().
151 // detailed equations, refer to the comments for GetWindowedOutputSizeV2().
common_shape_fns.cc 80 Status GetWindowedOutputSizeV2(int64 input_size, int64 filter_size,
110 TF_RETURN_IF_ERROR(GetWindowedOutputSizeV2(
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_ops.cc 59 TF_RETURN_IF_ERROR(GetWindowedOutputSizeV2(dim->input_size, dim->filter_size,
conv_ops.cc 374 OP_REQUIRES_OK(context, GetWindowedOutputSizeV2(
377 OP_REQUIRES_OK(context, GetWindowedOutputSizeV2(
    [all...]

Completed in 64 milliseconds