Searched refs:GetWindowedOutputSizeVerbose (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_pooling_ops_common.cc | 346 context, GetWindowedOutputSizeVerbose(tensor_in_planes, window_planes, in Init() 351 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Init() 355 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Init()
|
D | mkl_conv_ops.h | 414 OP_REQUIRES_OK(context_, GetWindowedOutputSizeVerbose( 417 OP_REQUIRES_OK(context_, GetWindowedOutputSizeVerbose( 420 OP_REQUIRES_OK(context_, GetWindowedOutputSizeVerbose(
|
D | ops_util_test.cc | 106 Status status = GetWindowedOutputSizeVerbose( in VerifyGet2dOutputVerboseSizeValues() 111 status = GetWindowedOutputSizeVerbose( in VerifyGet2dOutputVerboseSizeValues()
|
D | conv_grad_input_ops.cc | 350 GetWindowedOutputSizeVerbose( in Compute() 356 GetWindowedOutputSizeVerbose( in Compute() 380 GetWindowedOutputSizeVerbose( in Compute() 386 GetWindowedOutputSizeVerbose( in Compute()
|
D | conv_grad_ops_3d.cc | 352 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 358 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 364 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 820 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 826 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 832 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute()
|
D | conv_grad_filter_ops.cc | 269 GetWindowedOutputSizeVerbose( in Compute() 275 GetWindowedOutputSizeVerbose( in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.h | 115 Status GetWindowedOutputSizeVerbose(int64 input_size, int64 filter_size,
|
D | common_shape_fns.cc | 67 Status GetWindowedOutputSizeVerbose(int64 input_size, int64 filter_size, in GetWindowedOutputSizeVerbose() function 86 return GetWindowedOutputSizeVerbose(input_size, filter_size, stride, in GetWindowedOutputSize()
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops.cc | 2490 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon7c94107b3902() 2493 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon7c94107b3902() 2596 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon7c94107b3a02() 2599 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon7c94107b3a02() 2602 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon7c94107b3a02()
|
D | nn_ops.cc | 948 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon3e672dd81d02() 951 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon3e672dd81d02()
|