Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ArraySlice (0.13 sec)

  1. tensorflow/c/eager/c_api_unified_experimental_graph.cc

        op_->node_builder.Attr(attr_name,
                               ArraySlice<const float>(values, num_values));
        return absl::OkStatus();
      }
      Status SetAttrIntList(const char* attr_name, const int64_t* values,
                            int num_values) override {
        op_->node_builder.Attr(
            attr_name, ArraySlice<const int64_t>(
                           reinterpret_cast<const int64_t*>(values), num_values));
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 12 20:00:09 GMT 2024
    - 15.4K bytes
    - Viewed (1)
Back to top