Merge pull request #24648 from siju-samuel:patch-9
PiperOrigin-RevId: 249840868
This commit is contained in:
commit
8ecc723c27
@ -14,7 +14,9 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
==============================================================================*/
|
||||
#include <string.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "tensorflow/lite/c/builtin_op_data.h"
|
||||
#include "tensorflow/lite/c/c_api_internal.h"
|
||||
#include "tensorflow/lite/kernels/internal/reference/reference_ops.h"
|
||||
@ -27,7 +29,6 @@ namespace builtin {
|
||||
namespace expand_dims {
|
||||
constexpr int kInput = 0;
|
||||
constexpr int kAxis = 1;
|
||||
constexpr int kOutput = 0;
|
||||
|
||||
namespace {
|
||||
TfLiteStatus ExpandTensorDim(TfLiteContext* context, const TfLiteTensor& input,
|
||||
|
Loading…
Reference in New Issue
Block a user