Searched defs:shape_c (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | GEMMLowp.cpp | 181 …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 D | eval_const_tensor.cc | 77 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 D | GEMMLowp.cpp | 57 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 D | GEMMFixture.h | 56 …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 D | shape_util_test.cc | 208 Shape shape_c = ShapeUtil::MakeShape(F32, {4, 3}, {false, true}); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | graph_properties_test.cc | 1979 const auto shape_c = properties.GetOutputProperties("c").at(0).shape(); in TEST_F() local
|