Home
last modified time | relevance | path

Searched refs:kTensorFlowReshape (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dremove_trivial_reshape.cc33 CHECK(op.type == OperatorType::kTensorFlowReshape); in IsReshapeTrivial()
61 if (next_op->type == OperatorType::kTensorFlowReshape) { in IsReshapeTrivial()
78 if (reshape_op->type != OperatorType::kTensorFlowReshape) { in Run()
Dresolve_reshape_attributes.cc31 if (reshape_op->type != OperatorType::kTensorFlowReshape) { in Run()
Dresolve_squeeze_attributes.cc39 if (next_op->type == OperatorType::kTensorFlowReshape) { in Run()
Dresolve_constant_unary.cc43 unary_op->type != OperatorType::kTensorFlowReshape) { in Run()
136 } else if (unary_op->type == OperatorType::kTensorFlowReshape) { in Run()
Dreorder_activation_functions.cc45 if (exchange_op->type != OperatorType::kTensorFlowReshape) { in Run()
Dresolve_tensorflow_matmul.cc100 if (previous_op && previous_op->type == OperatorType::kTensorFlowReshape) { in Run()
Ddequantize.cc114 if (op_outputting_array->type == OperatorType::kTensorFlowReshape) { in DequantizeArray()
Dhardcode_min_max.cc305 case OperatorType::kTensorFlowReshape: in Run()
Dquantize.cc49 type == OperatorType::kTensorFlowReshape || in SupportsQuantization()
Dpropagate_fixed_sizes.cc1419 case OperatorType::kTensorFlowReshape: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h107 kTensorFlowReshape, enumerator
824 TensorFlowReshapeOperator() : Operator(OperatorType::kTensorFlowReshape) {}
Dexport_tensorflow.cc683 providing_op->type == OperatorType::kTensorFlowReshape) { in ConvertSoftmaxOperator()
723 if (providing_op->type == OperatorType::kTensorFlowReshape) { in ConvertLogSoftmaxOperator()
1672 } else if (src_op.type == OperatorType::kTensorFlowReshape) { in ConvertOperator()
Dtooling_util.cc340 case OperatorType::kTensorFlowReshape: in OperatorSupportsFusedActivation()
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator_test.cc236 GetOperator("RESHAPE", OperatorType::kTensorFlowReshape), op); in TEST_F()
Doperator.cc807 OperatorType::kTensorFlowReshape)); in BuildOperatorList()