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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_reshape_attributes.cc 35 auto* op = static_cast<TensorFlowReshapeOperator*>(reshape_op);
convert_trivial_stack_to_reshape.cc 54 auto* reshape_op = new TensorFlowReshapeOperator;
convert_trivial_transpose_to_reshape.cc 53 auto* reshape_op = new TensorFlowReshapeOperator;
convert_reorder_axes.cc 29 TensorFlowReshapeOperator* CreateReshapeFromReorderAxes(
31 auto* reshape_op = new TensorFlowReshapeOperator;
unroll_batch_matmul.cc 100 auto* slice_a_reshape_op = new TensorFlowReshapeOperator;
127 auto* slice_b_reshape_op = new TensorFlowReshapeOperator;
convert_expanddims_to_reshape.cc 68 auto* reshape_op = new TensorFlowReshapeOperator;
propagate_fixed_sizes.cc 336 TensorFlowReshapeOperator* op) {
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 823 struct TensorFlowReshapeOperator : Operator {
824 TensorFlowReshapeOperator() : Operator(OperatorType::kTensorFlowReshape) {}
    [all...]
export_tensorflow.cc     [all...]
import_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 233 TensorFlowReshapeOperator op;
operator.cc 457 : public BuiltinOperator<TensorFlowReshapeOperator,
    [all...]

Completed in 1793 milliseconds