Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc39 using ComputeFn = void (*)(const InputBuffer&, OutputBuffer*); typedef
42 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::UnaryOpsComposition
154 std::vector<ComputeFn> fns_;