Searched defs:RuntimeShape (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | runtime_shape.h | 41 RuntimeShape() : size_(0) {} in RuntimeShape() function 43 explicit RuntimeShape(int dimensions_count) : size_(dimensions_count) { in RuntimeShape() function 49 RuntimeShape(int shape_size, int32_t value) : size_(0) { in RuntimeShape() function 56 RuntimeShape(int dimensions_count, const int32_t* dims_data) : size_(0) { in RuntimeShape() function 60 RuntimeShape(const std::initializer_list<int> init_list) : size_(0) { in RuntimeShape() function 66 RuntimeShape(RuntimeShape const& other) : size_(other.DimensionsCount()) { in RuntimeShape() function 169 RuntimeShape(int new_shape_size, const RuntimeShape& shape, int pad_value) in RuntimeShape() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | reference_ops.h | 722 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() 744 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
H A D | ragged_tensor_to_tensor_tflite.cc | 103 const RuntimeShape& default_value_shape, in ValidateDefaultValueShape()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | optimized_ops.h | 4792 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() 4813 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum()
|