/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 324 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/ |
D | metal_spatial_tensor.cc | 152 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/ |
D | tensor.cc | 260 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/ |
D | batch_input_task_test.cc | 91 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function
|
/external/tensorflow/tensorflow/lite/testing/ |
D | tf_driver.cc | 31 tensorflow::Tensor CreateTensor(const tensorflow::DataType type, in CreateTensor() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | quantization_util_test.cc | 123 TfLiteTensor CreateTensor(TfLiteIntArray* dims, const char* name, in CreateTensor() function
|
/external/tensorflow/tensorflow/c/ |
D | tf_tensor.cc | 70 TF_Tensor* CreateTensor(TF_ManagedBuffer* buf, TF_DataType dtype, in CreateTensor() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | hashtable_ops_test.cc | 669 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/ |
D | context.cc | 172 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/ |
D | c_api_tfrt.cc | 645 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/ |
D | dataset_test_base.h | 69 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function
|