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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_tensorflow_tile.cc 31 CHECK(tile_op->type == OperatorType::kTensorFlowTile);
78 if (op[0] && op[0]->type == OperatorType::kTensorFlowTile && op[1] &&
79 op[1]->type == OperatorType::kTensorFlowTile) {
84 if (op[i] && op[i]->type == OperatorType::kTensorFlowTile) {
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 115 kTensorFlowTile,
1059 TensorFlowTileOperator() : Operator(OperatorType::kTensorFlowTile) {}
    [all...]

Completed in 207 milliseconds