Searched defs:Conv3DTestParams (Results 1 – 1 of 1) sorted by relevance
5137 struct Conv3DTestParams { struct5138 std::vector<int> input_dims;5139 std::vector<float> input;5140 std::vector<int> filter_dims;5141 std::vector<float> filter;5142 std::vector<int> strides;5143 string padding;5144 string data_format;5145 std::vector<int> dilations;5146 bool is_conv3d_backprop;[all …]