/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 323 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/ |
D | metal_spatial_tensor.cc | 153 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/ |
D | tensor.cc | 216 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/ |
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/hashtable/ |
D | hashtable_ops_test.cc | 684 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/ |
D | context.cc | 167 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/ |
D | dataset_test_base.h | 69 static Tensor CreateTensor(const TensorShape& input_shape, in CreateTensor() function
|