Home
last modified time | relevance | path

Searched defs:shape_a (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMTranspose1xWFixture.h84 …TensorType compute_target(const TensorShape &shape_a, const TensorShape &shape_b, DataType data_ty… in compute_target()
115 SimpleTensor<T> compute_reference(const TensorShape &shape_a, DataType data_type) in compute_reference()
H A DGEMMInterleave4x4Fixture.h83 …TensorType compute_target(const TensorShape &shape_a, const TensorShape &shape_b, DataType data_ty… in compute_target()
113 …SimpleTensor<T> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, DataType… in compute_reference()
H A DGEMMLowpFixture.h235 …void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, i… in setup()
242 …TensorType compute_target(const TensorShape &shape_a, const TensorShape &shape_b, const TensorShap… in compute_target()
248 …SimpleTensor<int32_t> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, co… in compute_reference()
262 …void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, i… in setup()
301 …SimpleTensor<TI> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const T… in compute_reference()
336 …void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, i… in setup()
H A DGEMMFixture.h56 …void setup(TensorShape shape_a, TensorShape shape_b, TensorShape shape_c, TensorShape output_shape… in setup()
86 …TensorType compute_target(const TensorShape &shape_a, const TensorShape &shape_b, const TensorShap… in compute_target()
151 …SimpleTensor<T> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const Te… in compute_reference()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dhorizontal_input_fusion.cc62 bool CompareShapeDimsFromLeftToRight(const Shape& shape_a, in CompareShapeDimsFromLeftToRight()
96 Shape shape_a = GetInputShapeForMultiOutputFusion(*a); in FindAndSortFusionCandidates() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/resource/
H A Dresource_variable_test.cc99 std::vector<int> shape_a = {1}; in TEST() local
140 std::vector<int> shape_a = {1}; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dpartially_decluster_pass_test.cc301 Output shape_a = ops::Placeholder(s.WithOpName("shape_a"), DT_INT32, in TEST() local
353 Output shape_a = ops::Placeholder(s.WithOpName("shape_a"), DT_INT32, in TEST() local
378 Output shape_a = ops::Placeholder(s.WithOpName("shape_a"), DT_INT32, in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dprocess_broadcast_shapes.h92 const RuntimeShape* shape_a = in ProcessBroadcastShapes() 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/tensorflow/tensorflow/c/experimental/saved_model/internal/
H A Dsaved_model_api_test.cc227 const TF_Shape* shape_a = TF_TensorSpecShape(tensor_spec_a); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc1978 const auto shape_a = properties.GetOutputProperties("a").at(0).shape(); in TEST_F() local
2062 const auto shape_a = properties.GetOutputProperties("a").at(0).shape(); in TEST_F() local
2170 const auto shape_a = properties.GetOutputProperties("a").at(0).shape(); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_fold.cpp412 auto shape_a = inputTensorValues[1].accessor<int64_t, 1>(); in runTorchBackendForOnnx() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_shape_base_.py793 def test_kron_shape(self, shape_a, shape_b): argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dspmd_expander_common.cc194 mlir::ArrayRef<int64_t> shape_a, mlir::ArrayRef<int64_t> shape_b, in GetBroadcastLayoutForElementWise()
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py3607 def grad_with_custom_sparsity_pattern_test_helper(sparse_dims, nnz, shape_a, shape_b): argument
3638 def test_sparse_matmul(sparse_dims, nnz, shape_a, shape_b): argument
3671 def fn(sparse_dims, nnz, shape_a, shape_b): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util_test.cc204 Shape shape_a = ShapeUtil::MakeShape(F32, {4, 3}, {true, false}); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py1718 def _row_partitions_identical(shape_a, shape_b): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc3065 std::vector<int> shape_a; member
3411 std::vector<int> shape_a; in TEST_P() member