HomeSort by relevance Sort by last modified time
    Searched defs:ops_count (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/toco/
toco_tooling.cc 431 int64 ops_count; local
432 if (EstimateArithmeticOpsCount(*model, &ops_count)) {
433 LOG(INFO) << "Estimated count of arithmetic ops: " << 1e-9 * ops_count
436 model->ops_count = ops_count;
model.h 2323 int64 ops_count = 0; member in class:toco::Model
    [all...]

Completed in 182 milliseconds