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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_l2_pool.cc 44 if (sqrt_op->type != OperatorType::kTensorFlowSqrt) {
resolve_constant_unary.cc 38 unary_op->type != OperatorType::kTensorFlowSqrt &&
173 unary_op->type == OperatorType::kTensorFlowSqrt ||
187 } else if (unary_op->type == OperatorType::kTensorFlowSqrt) {
identify_l2_normalization.cc 47 expected_op_type_producing_div_or_mul_input = OperatorType::kTensorFlowSqrt;
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 111 kTensorFlowSqrt,
1004 TensorFlowSqrtOperator() : Operator(OperatorType::kTensorFlowSqrt) {}
    [all...]
export_tensorflow.cc     [all...]

Completed in 9318 milliseconds