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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
quantize.cc 46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax ||
280 (op.type == OperatorType::kSoftmax)) {
hardcode_min_max.cc 316 case OperatorType::kSoftmax:
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 66 kSoftmax,
    [all...]
tooling_util.cc     [all...]
export_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 244 GetOperator("SOFTMAX", OperatorType::kSoftmax), op);
operator.cc 809 new Softmax(::tflite::BuiltinOperator_SOFTMAX, OperatorType::kSoftmax));
    [all...]

Completed in 54 milliseconds