Home
last modified time | relevance | path

Searched refs:EmptyTensor (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_tensor.cc272 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()
Dc_api.cc393 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/
Drank_test.cc88 TEST(RankOpTest, EmptyTensor) { in TEST() argument
Dshape_test.cc91 TEST(ShapeOpTest, EmptyTensor) { in TEST() argument
/external/executorch/runtime/core/exec_aten/util/test/
Dtensor_util_test.cpp129 TEST_F(TensorUtilTest, EmptyTensor) { in TEST_F() argument
/external/executorch/runtime/core/exec_aten/testing_util/test/
Dtensor_factory_test.cpp752 TEST_F(TensorFactoryTest, EmptyTensor) { in TEST_F() argument
/external/pytorch/aten/src/ATen/mps/
DMPSAllocator.mm4 #include <ATen/EmptyTensor.h>
/external/pytorch/
Dbuckbuild.bzl2074 "aten/src/ATen/EmptyTensor.cpp",
Dbuild_variables.bzl1005 "aten/src/ATen/EmptyTensor.cpp",