HomeSort by relevance Sort by last modified time
    Searched refs:kReorderAxes (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_reorder_axes.cc 56 if (reorder_op->type != OperatorType::kReorderAxes) {
convert_reorder_axes.cc 91 if (reorder_it->get()->type != OperatorType::kReorderAxes) return false;
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 126 kReorderAxes,
623 ReorderAxesOperator() : Operator(OperatorType::kReorderAxes) {}
    [all...]
import_tensorflow.cc 383 CHECK(existing_reorder->type == OperatorType::kReorderAxes);
436 CHECK(existing_reorder->type == OperatorType::kReorderAxes);
    [all...]

Completed in 1068 milliseconds