Searched refs:ComputeFn (Results 1 – 1 of 1) sorted by relevance
39 using ComputeFn = void (*)(const InputBuffer&, OutputBuffer*); typedef42 ComputeFn compute_fn;51 void RegisterComputeFn(const string& name, ComputeFn compute_fn, int cost) { in RegisterComputeFn()60 std::vector<ComputeFn>* fns, int* cost) { in ExportComputeFns()90 using ComputeFn = typename Support::ComputeFn; typedef in tensorflow::UnaryOpsComposition154 std::vector<ComputeFn> fns_;