Home
last modified time | relevance | path

Searched refs:ReshapeAttributes (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dreshape_test.cc44 ReshapeAttributes attr;
66 ReshapeAttributes attr;
88 ReshapeAttributes attr;
109 ReshapeAttributes attr; in TEST()
Dreshape.cc44 const auto& attr = absl::any_cast<const ReshapeAttributes&>(ctx.op_attr); in GenerateCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop.cc121 absl::any_cast<const ReshapeAttributes&>(node->operation.attributes); in ApplyToNode()
Dremove_noop_test.cc221 ReshapeAttributes attr; in TEST()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h520 struct ReshapeAttributes { struct
Dmodel_builder.cc836 ReshapeAttributes attr; in Parse()
1163 ReshapeAttributes attr; in Parse()
1514 ReshapeAttributes attr; in Parse()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc471 auto attr = absl::any_cast<ReshapeAttributes>(node.operation.attributes); in GPUOperationFromNode()