Home
last modified time | relevance | path

Searched defs:hlo_proto (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_proto_util_test.cc32 HloProto hlo_proto; in TEST_F() local
41 HloProto hlo_proto; in TEST_F() local
Dhlo_proto_util.cc55 const HloProto& hlo_proto) { in EntryComputationParameterShapes()
72 const HloProto& hlo_proto) { in EntryComputationOutputShape()
Dxla_debug_info_manager.h31 std::unique_ptr<HloProto> hlo_proto; member
Dexecutable.h372 void set_hlo_proto(std::unique_ptr<xla::HloProto> hlo_proto) { in set_hlo_proto()
376 HloProto const* hlo_proto() const { return hlo_proto_.get(); } in hlo_proto() function
Dservice.cc295 auto hlo_proto = absl::make_unique<HloProto>(); in BuildExecutables() local
782 auto hlo_proto = absl::make_unique<HloProto>(); in BuildExecutable() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dxla_mlir_translate.cc48 bool LoadHloProto(const std::string& contents, HloProto* hlo_proto) { in LoadHloProto()
63 HloProto hlo_proto; in HloToMlirHloTranslateFunction() local
85 HloProto hlo_proto; in HloTextToMlirHloTranslateFunction() local
124 const HloProto& hlo_proto) { in HloModuleFromProto()
135 ::xla::HloProto* hlo_proto, in ConvertMlirHloToHloViaBuilder()
Dmlir_hlo_to_hlo.cc1767 mlir::ModuleOp module, xla::HloProto* hlo_proto, bool use_tuple_args, in ConvertMlirHloToHlo()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_proto_to_json.cc60 HloProto hlo_proto; in RealMain() local
Dinteractive_graphviz.cc74 string hlo_proto; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtf_xla_mlir_translate.cc279 xla::HloProto hlo_proto; in CompileMlirToXlaHloViaBuilder() local
Dcompile_mlir_util.cc398 xla::HloProto hlo_proto; in ConvertMLIRToXlaComputation() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc91 const HloProto& hlo_proto) { in HloModuleFromProto()
177 HloProto hlo_proto; in runOnOperation() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc801 xla::HloProto* hlo_proto = proto.add_hlo_protos(); in ComputeInternal() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc837 xla::HloProto hlo_proto; in Compile() local