Home | History | Annotate | Download | only in cpu

Lines Matching refs:tensorflow

1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
26 tensorflow::int64 input_batch, tensorflow::int64 input_rows,
27 tensorflow::int64 input_cols, tensorflow::int64 input_channels,
28 tensorflow::int64 kernel_rows, tensorflow::int64 kernel_cols,
29 tensorflow::int64 kernel_channels, tensorflow::int64 kernel_filters,
30 tensorflow::int64 output_rows, tensorflow::int64 output_cols,
31 tensorflow::int64 row_stride, tensorflow::int64 col_stride,
32 tensorflow::int64 padding_top, tensorflow::int64 padding_bottom,
33 tensorflow::int64 padding_left, tensorflow::int64 padding_right,
34 tensorflow::int64 lhs_row_dilation, tensorflow::int64 lhs_col_dilation,
35 tensorflow::int64 rhs_row_dilation, tensorflow::int64 rhs_col_dilation);
39 float* lhs, float* rhs, tensorflow::int64 input_batch,
40 tensorflow::int64 input_rows, tensorflow::int64 input_cols,
41 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
42 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels,
43 tensorflow::int64 kernel_filters, tensorflow::int64 output_rows,
44 tensorflow::int64 output_cols, tensorflow::int64 row_stride,
45 tensorflow::int64 col_stride, tensorflow::int64 padding_top,
46 tensorflow::int64 padding_bottom, tensorflow::int64 padding_left,
47 tensorflow::int64 padding_right, tensorflow::int64 lhs_row_dilation,
48 tensorflow::int64 lhs_col_dilation, tensorflow::int64 rhs_row_dilation,
49 tensorflow::int64 rhs_col_dilation);