Home
last modified time | relevance | path

Searched defs:image_tensor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A Dmorphological_ops_test.py208 def compute_dilation2d(image_tensor, kernel_tensor): argument
514 def compute_erosion2d(image_tensor, kernel_tensor): argument
/aosp_15_r20/external/executorch/examples/models/llava/
H A Dmain.cpp105 torch::Tensor image_tensor; in main() local
/aosp_15_r20/external/executorch/examples/models/llava/runner/
H A Dllava_image_prefiller.h32 auto image_tensor = executorch::extension::from_blob( in prefill() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test_base.py527 def crop_resize(image_tensor, boxes_tensor): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_resize_bilinear_op_test.cc191 void TestResizeBilinear(const Tensor& image_tensor, const DataType dt, in TestResizeBilinear()