Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTensorIndices (0.25 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
    
      return builder.create(op_state);
    }
    
    // Returns indices of the given tensors in the subgraph. Returns error if a
    // tensor name cannot be found in the subgraph.
    StatusOr<std::vector<int>> GetTensorIndices(
        const tflite::SubGraphT& subgraph,
        const std::vector<std::string>& tensor_names) {
      absl::flat_hash_map<std::string, int> name_to_index;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top