Home
last modified time | relevance | path

Searched refs:kShapeTensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dreshape.cc31 constexpr int kShapeTensor = 1; variable
75 const TfLiteTensor* shape = GetInput(context, node, kShapeTensor); in GetOutputShapeFromTensor()
109 const TfLiteTensor* shape = GetInput(context, node, kShapeTensor); in ShapeIsVector()
135 IsConstantTensor(GetInput(context, node, kShapeTensor))) { in Prepare()
Dbroadcast_to.cc32 constexpr int kShapeTensor = 1; variable
39 shape = GetInput(context, node, kShapeTensor); in BroadcastToContext()
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dreshape_op_builder.cc128 const int kShapeTensor = 1; in IsReshapeOpSupported() local
130 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, kShapeTensor, &shape)); in IsReshapeOpSupported()