Home
last modified time | relevance | path

Searched defs:compute_cost (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dcost_graph.proto56 int64 compute_cost = 9; field
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_performance_data.proto81 int64 compute_cost = 3; field
Dop_level_cost_estimator.cc420 Costs::NanoSeconds compute_cost(std::ceil(operations / device_perf.gigaops)); in PredictOpCountBasedCost() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h84 double load_cost, double store_cost, double compute_cost) const { in total_cost()
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h434 const double compute_cost = 10 * TensorOpCost::DivCost<Index>() + in costPerCoeff() local