Searched refs:TfLiteSpaceToDepthParams (Results 1 – 8 of 8) sorted by relevance
35 const TfLiteSpaceToDepthParams* space_to_depth_params = in PopulateSubGraph()36 reinterpret_cast<const TfLiteSpaceToDepthParams*>(builtin_data_); in PopulateSubGraph()
43 reinterpret_cast<TfLiteSpaceToDepthParams*>(node->builtin_data); in Prepare()84 reinterpret_cast<TfLiteSpaceToDepthParams*>(node->builtin_data); in Eval()
58 TfLiteSpaceToDepthParams space_to_depth_params; in TEST()
345 } TfLiteSpaceToDepthParams; typedef
1824 std::unique_ptr<TfLiteSpaceToDepthParams, in ParseSpaceToDepth()1826 params = safe_allocator.Allocate<TfLiteSpaceToDepthParams>(); in ParseSpaceToDepth()
1793 const TfLiteSpaceToDepthParams* s2d_params; in IsSupported()1813 const TfLiteSpaceToDepthParams* tf_options; in Parse()
3189 auto builtin = reinterpret_cast<TfLiteSpaceToDepthParams*>( in Map()