Home
last modified time | relevance | path

Searched defs:should_expand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconvolution_group_converter_test.cc51 auto should_expand = [](HloInstruction* conv) { return true; }; in TEST_F() local
84 auto should_expand = [](HloInstruction* conv) { return true; }; in TEST_F() local
113 auto should_expand = [](HloInstruction* conv) { return true; }; in TEST_F() local
142 auto should_expand = [](HloInstruction* conv) { return true; }; in TEST_F() local
H A Dconvolution_group_converter.cc70 std::function<bool(HloInstruction*)> should_expand, in ConvolutionVisitor()
97 std::function<bool(HloInstruction*)> should_expand, in Run()
H A Dconvolution_group_converter.h36 : should_expand_(should_expand), in should_expand_() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dscalar_tensor_test.cpp32 bool should_expand(const IntArrayRef &from_size, const IntArrayRef &to_size) { in should_expand() function