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

  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 1050 struct TensorFlowSumOperator : Operator {
1051 TensorFlowSumOperator() : Operator(OperatorType::kTensorFlowSum) {}
    [all...]
import_tensorflow.cc 743 auto* op = new TensorFlowSumOperator;
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 457 return static_cast<const TensorFlowSumOperator&>(op).keep_dims;
    [all...]

Completed in 247 milliseconds