Searched refs:TfLiteDepthToSpaceParams (Results 1 – 7 of 7) sorted by relevance
43 reinterpret_cast<TfLiteDepthToSpaceParams*>(node->builtin_data); in Prepare()88 reinterpret_cast<TfLiteDepthToSpaceParams*>(node->builtin_data); in Eval()
59 TfLiteDepthToSpaceParams depth_to_space_params; in TEST()
349 } TfLiteDepthToSpaceParams; typedef
1116 std::unique_ptr<TfLiteDepthToSpaceParams, in ParseDepthToSpace()1118 params = safe_allocator.Allocate<TfLiteDepthToSpaceParams>(); in ParseDepthToSpace()
862 const TfLiteDepthToSpaceParams* depth_to_space_params = in VisitNode()863 static_cast<const TfLiteDepthToSpaceParams*>(node->builtin_data); in VisitNode()1424 const TfLiteDepthToSpaceParams* depth_to_space_params, in VisitDepthToSpaceNode()
3584 auto builtin = reinterpret_cast<TfLiteDepthToSpaceParams*>( in Map()