Searched refs:in_depths_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_gpu.h | 93 in_depths_(in_depths), in ConvParameters() 127 batch_, ", ", in_depths_, ", ", in ToString() 163 return std::make_tuple(batch_, in_depths_, in_, data_format_, out_depths_, in get_data_as_tuple() 181 std::max(in_depths_, out_depths_) * in_[0] * in_[1] * in ShouldIncludeWinogradNonfusedAlgoPreCudnn7() 192 int64 in_depths_; variable
|