Home
last modified time | relevance | path

Searched defs:get_output_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDilatedConvolutionUtils.h38 std::vector<int64_t> get_output_size( in get_output_size() function
58 std::vector<int64_t> get_output_size( in get_output_size() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_scheduler_test.cc3046 auto get_output_size = [this, ops_executed](const string& name) -> int64 { in TEST_F() local