Searched defs:Conv3DTestParams (Results 1 – 1 of 1) sorted by relevance
6491 struct Conv3DTestParams { struct6492 std::vector<int> input_dims;6493 std::vector<float> input;6494 std::vector<int> filter_dims;6495 std::vector<float> filter;6496 std::vector<int> strides;6497 string padding;6498 string data_format;6499 std::vector<int> dilations;6500 bool is_conv3d_backprop;[all …]