Home
last modified time | relevance | path

Searched defs:BuildTensor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op_test.cc39 Tensor BuildTensor(const int batch_size, const int height, const int width, in BuildTensor() function
52 Tensor BuildTensor<float>(const int batch_size, const int height, in BuildTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
H A Dlist_ops_test.py1350 def BuildTensor(element_shape): function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.cc845 Status Tensor::BuildTensor(DataType type, const TensorShape& shape, in BuildTensor() function in tensorflow::Tensor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc871 Optional<BufferOffset<tflite::Tensor>> Translator::BuildTensor( in BuildTensor() function in __anon46e5f16b0111::Translator