Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h156 RuntimeShape() : size_(0) {} in RuntimeShape() function
158 explicit RuntimeShape(int dimensions_count) : size_(dimensions_count) { in RuntimeShape() function
168 RuntimeShape(int shape_size, int32_t value) : size_(0) { in RuntimeShape() function
175 RuntimeShape(int dimensions_count, const int32_t* dims_data) : size_(0) { in RuntimeShape() function
179 RuntimeShape(const std::initializer_list<int> init_list) : size_(0) { in RuntimeShape() function
185 RuntimeShape(RuntimeShape const& other) : size_(other.DimensionsCount()) { in RuntimeShape() function
304 RuntimeShape(int new_shape_size, const RuntimeShape& shape, int pad_value) in RuntimeShape() function
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc103 const RuntimeShape& default_value_shape, in ValidateDefaultValueShape()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1436 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum()
1458 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5554 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum()
5575 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum()