Home
last modified time | relevance | path

Searched defs:tensor_dims (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_striding_sycl.cpp37 Eigen::array<IndexType, 4> tensor_dims = {{2,3,5,7}}; in test_simple_striding() local
119 Eigen::array<IndexType, 4> tensor_dims = {{2,3,5,7}}; in test_striding_as_lvalue() local
H A Dcxx11_tensor_block_io.cpp222 DSizes<Index, 3> tensor_dims(7, 9, 7); in test_block_io_copy_using_reordered_dimensions_do_not_squeeze() local
269 DSizes<Index, 4> tensor_dims(7, 5, 9, 9); in test_block_io_copy_using_reordered_dimensions_squeeze() local
H A Dcxx11_tensor_block_access.cpp73 DSizes<Index, 2> tensor_dims(100, 100); in test_block_mapper_sanity() local
/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharding_spec/
H A D_internals.py114 def check_tensor(shards_metadata, tensor_dims) -> None: argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_util.cc71 auto tensor_dims = tensor.flat<int64_t>(); in ShapeTensorToTensorShape() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_utils.cc172 RuntimeShape tensor_dims = in FillPerChannelMinMax() local
388 RuntimeShape tensor_dims = in SymmetricPerChannelQuantizeValues() local
H A Dquantize_model.cc633 RuntimeShape tensor_dims = in RequantizeConstant() local
/aosp_15_r20/external/pytorch/test/distributed/_shard/sharded_tensor/
H A Dtest_sharded_tensor.py1951 def verify_size(rank, tensor_dims): argument
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp165 std::vector<std::vector<int64_t>> tensor_dims; in flattenList() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc514 uint32_t* tensor_dims = reinterpret_cast<uint32_t*>(tensor->dims->data); in ConvertTensorTypeToNNType() local
1533 const uint32_t* tensor_dims = reinterpret_cast<const uint32_t*>(dims->data); in AddNewInputConstantTensor() local
1849 uint32_t* tensor_dims = in AddTensor() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc2424 const int64_t* tensor_dims[] = {&dims1[0], &dims2[0]}; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc3702 std::vector<int64_t> tensor_dims(dims.begin(), dims.end()); in ConvertPack() local
H A Dconvert_nodes_test.cc2915 std::vector<int> tensor_dims; in TEST_P() member
/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py3627 def run_test(tensor_dims, some): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_dnn.cc1539 int tensor_dims[] = {1, input_size, 1}; in Create() local