Home
last modified time | relevance | path

Searched defs:CreateTensor (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc324 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
364 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
402 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
508 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
524 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
544 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
565 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
632 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
664 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc152 absl::Status CreateTensor(id<MTLDevice> device, const BHWDC& shape, in CreateTensor() function
428 absl::Status CreateTensor(id<MTLDevice> device, const BHWC& shape, in CreateTensor() function
435 absl::Status CreateTensor(id<MTLDevice> device, const BHWDC& shape, in CreateTensor() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc260 absl::Status CreateTensor(const CLContext& context, const BHWDC& shape, in CreateTensor() function
587 absl::Status CreateTensor(const CLContext& context, const BHWC& shape, in CreateTensor() function
593 absl::Status CreateTensor(const CLContext& context, const BHWDC& shape, in CreateTensor() function
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_input_task_test.cc91 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function
/external/tensorflow/tensorflow/lite/testing/
Dtf_driver.cc31 tensorflow::Tensor CreateTensor(const tensorflow::DataType type, in CreateTensor() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dquantization_util_test.cc123 TfLiteTensor CreateTensor(TfLiteIntArray* dims, const char* name, in CreateTensor() function
/external/tensorflow/tensorflow/c/
Dtf_tensor.cc70 TF_Tensor* CreateTensor(TF_ManagedBuffer* buf, TF_DataType dtype, in CreateTensor() function
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_ops_test.cc669 TfLiteTensor CreateTensor(TfLiteType type, const std::vector<T>& vec) { in CreateTensor() function
691 TfLiteTensor CreateTensor(TfLiteType type, in CreateTensor() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc172 AbstractTensorInterface* EagerContext::CreateTensor( in CreateTensor() function in tensorflow::EagerContext
177 AbstractTensorInterface* EagerContext::CreateTensor( in CreateTensor() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc645 tensorflow::AbstractTensorInterface* ContextInterface::CreateTensor( in CreateTensor() function in tfrt::tf::ContextInterface
710 tensorflow::AbstractTensorInterface* ContextInterface::CreateTensor( in CreateTensor() function in tfrt::tf::ContextInterface
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.h69 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function