Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc323 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
363 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
400 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
507 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
523 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
543 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
564 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
631 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
663 static AbstractTensorInterface* CreateTensor( in CreateTensor() function
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc153 absl::Status CreateTensor(id<MTLDevice> device, const BHWDC& shape, in CreateTensor() function
545 absl::Status CreateTensor(id<MTLDevice> device, const BHWC& shape, in CreateTensor() function
552 absl::Status CreateTensor(id<MTLDevice> device, const BHWDC& shape, in CreateTensor() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc216 absl::Status CreateTensor(const CLContext& context, const BHWDC& shape, in CreateTensor() function
624 absl::Status CreateTensor(const CLContext& context, const BHWC& shape, in CreateTensor() function
630 absl::Status CreateTensor(const CLContext& context, const BHWDC& 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/hashtable/
Dhashtable_ops_test.cc684 TfLiteTensor CreateTensor(TfLiteType type, const std::vector<T>& vec) { in CreateTensor() function
706 TfLiteTensor CreateTensor(TfLiteType type, in CreateTensor() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc167 AbstractTensorInterface* EagerContext::CreateTensor( in CreateTensor() function in tensorflow::EagerContext
172 AbstractTensorInterface* EagerContext::CreateTensor( in CreateTensor() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.h69 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function