Searched refs:EmptyTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | tf_tensor.cc | 272 static TF_Tensor* EmptyTensor(TF_DataType dtype, in EmptyTensor() function 300 return EmptyTensor(static_cast<TF_DataType>(src.dtype()), src.shape()); in TF_TensorFromTensor() 319 return EmptyTensor(static_cast<TF_DataType>(src.dtype()), src.shape()); in TF_TensorFromTensorShallow()
|
D | c_api.cc | 393 static TF_Tensor* EmptyTensor(TF_DataType dtype, in EmptyTensor() function 458 EmptyTensor(static_cast<TF_DataType>(src.dtype()), src.shape()); in TF_Run_Helper()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | rank_test.cc | 88 TEST(RankOpTest, EmptyTensor) { in TEST() argument
|
D | shape_test.cc | 91 TEST(ShapeOpTest, EmptyTensor) { in TEST() argument
|
/external/executorch/runtime/core/exec_aten/util/test/ |
D | tensor_util_test.cpp | 129 TEST_F(TensorUtilTest, EmptyTensor) { in TEST_F() argument
|
/external/executorch/runtime/core/exec_aten/testing_util/test/ |
D | tensor_factory_test.cpp | 752 TEST_F(TensorFactoryTest, EmptyTensor) { in TEST_F() argument
|
/external/pytorch/aten/src/ATen/mps/ |
D | MPSAllocator.mm | 4 #include <ATen/EmptyTensor.h>
|
/external/pytorch/ |
D | buckbuild.bzl | 2074 "aten/src/ATen/EmptyTensor.cpp",
|
D | build_variables.bzl | 1005 "aten/src/ATen/EmptyTensor.cpp",
|