HomeSort by relevance Sort by last modified time
    Searched defs:backend_config (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 138 // If true, backend_config will be printed.
1304 StatusOr<ConfigProto> backend_config() const { function in class:xla::HloInstruction
    [all...]
hlo_parser.cc 680 optional<string> backend_config; local
681 attrs["backend_config"] = {/*required=*/false, AttrTy::kString,
682 &backend_config};
    [all...]

Completed in 395 milliseconds