Home
last modified time | relevance | path

Searched defs:shape_c (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp181 …y_core(const SimpleTensor<T_in> &a, const SimpleTensor<T_in_1> &b, TensorShape shape_c, int32_t a_… in gemmlowp_matrix_multiply_core()
235 SimpleTensor<T1> gemmlowp(const SimpleTensor<T2> &a, const SimpleTensor<T3> &b, TensorShape shape_c) in gemmlowp()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Deval_const_tensor.cc77 InferenceContext* shape_c, in TryToInferTensorOutputFromShapeNode()
138 InferenceContext* shape_c = refiner.GetContext(shape_node); in TryToInferTensorOutputFromStridedSliceNode() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DGEMMLowp.cpp57 shape_a, shape_b, shape_c, a_offset, b_offset) in DATA_TEST_CASE() argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMFixture.h56 …void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_c, TensorShape output_shape… in setup()
86 …target(const TensorShape &shape_a, const TensorShape &shape_b, const TensorShape &shape_c, const T… in compute_target()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util_test.cc208 Shape shape_c = ShapeUtil::MakeShape(F32, {4, 3}, {false, true}); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc1979 const auto shape_c = properties.GetOutputProperties("c").at(0).shape(); in TEST_F() local