Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for name_str (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/mlir_roundtrip_flags.cc

          shapes_vector.push_back(std::move(shape));
        }
      }
      return absl::OkStatus();
    }
    
    Status ParseNodeNames(absl::string_view names_str,
                          std::vector<std::string>& names_vector) {
      names_vector = absl::StrSplit(names_str, ',', absl::SkipEmpty());
      return absl::OkStatus();
    }
    
    static absl::StatusOr<std::vector<std::string>> ParseDTypesHelper(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	dsa = [18]uint64{0}
    	bufferAlet, reasonCode = 0, 0
    	bufferLen, returnValue, returnCode = 4096, 0, 0
    	nameptr := (*uint32)(unsafe.Pointer(uintptr(0x21c))) // Get jobname of current process
    	nameptr = (*uint32)(unsafe.Pointer(uintptr(*nameptr + 12)))
    	argv[0] = unsafe.Pointer(uintptr(*nameptr))
    
    	request.header.ident = nwmHeaderIdentifier
    	request.header.length = uint32(unsafe.Sizeof(request.header))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        auto unique_name = std::string(name_mapper.GetUniqueName(operand.get()));
        result[0].outputs[sig_def_outputs[i]] = unique_name;
      }
      if (auto name_attr = mlir::dyn_cast_or_null<StringAttr>(exported_name[0]))
        result[0].signature_key = name_attr.getValue().str();
      result[0].subgraph_index = subgraph_index;
      return result;
    }
    
    std::vector<BufferOffset<tflite::TensorMap>> Translator::GetList(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  4. RELEASE.md

    *   Fixes a null-dereference in `mlir::tfg::GraphDefImporter::ConvertNodeDef` ([CVE-2022-36013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36013))
    *   Fixes a null-dereference in `mlir::tfg::TFOp::nameAttr` ([CVE-2022-36014](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36014))
    *   Fixes an integer overflow in math ops ([CVE-2022-36015](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36015))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top