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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_constant_shape_or_rank.cc 26 op->type == OperatorType::kRank)) {
54 } else if (op->type == OperatorType::kRank) {
propagate_array_data_types.cc 63 } else if (op->type == OperatorType::kRank ||
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 62 kRank,
945 RankOperator() : Operator(OperatorType::kRank) {}
    [all...]
export_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.cc 44 constexpr char kRank[] = "Rank";
183 {kRank, wrap(&OpLevelCostEstimator::PredictMetadata)},
    [all...]

Completed in 514 milliseconds