Home
last modified time | relevance | path

Searched defs:shape_in (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dreduce_utils_test.cc26 const std::vector<int>& shape_in, in TestFunction()
49 const std::vector<int> shape_in = {2, 3, 4, 5}; in TEST() local
57 const std::vector<int> shape_in = {2, 3, 4, 5}; in TEST() local
65 const std::vector<int> shape_in = {}; in TEST() local
73 const std::vector<int> shape_in = {4, 5}; in TEST() local
81 const std::vector<int> shape_in = {4, 3}; in TEST() local
89 const std::vector<int> shape_in = {4, 3, 5}; in TEST() local
97 const std::vector<int> shape_in = {4, 3, 2}; in TEST() local
105 const std::vector<int> shape_in = {4, 3, 2}; in TEST() local
113 const std::vector<int> shape_in = {1, 4, 3, 1}; in TEST() local
[all …]
H A Dreduce_utils.h59 int& out_num_axis, const int* shape_in, int* shape_out, in ResolveAxis()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dxent_op.cc46 TensorShape shape_in = logits_in.shape(); in Compute() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMReshapeRHSMatrixFixture.h54 …void setup(TensorShape shape_in, unsigned int batch_size, DataType data_type, unsigned int n0, uns… in setup()
H A DGEMMReshapeLHSMatrixFixture.h54 …void setup(TensorShape shape_in, unsigned int batch_size, DataType data_type, unsigned int m0, uns… in setup()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference_test.cc890 Shape shape_in = ShapeUtil::MakeShape(F32, {16, 8}); in TEST_F() local
929 Shape shape_in = ShapeUtil::MakeShape(C64, {16, 5}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_ops.cc476 ShapeHandle shape_in = c->input(1); in __anon38bbb0e80702() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc787 auto shape_in = properties.GetOutputProperties("ones").at(0).shape(); in TEST_F() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py10421 def helper(shape_in, shape_out, align_corners): argument
10441 def helper(shape_in, shape_out, align_corners): argument