Home
last modified time | relevance | path

Searched defs:CreateFromProto (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dlayout.cc48 /* static */ Layout Layout::CreateFromProto(const LayoutProto& proto) { in CreateFromProto() function in xla::Layout
Dlayout.h40 static Tile CreateFromProto(const TileProto& tile_proto) { in CreateFromProto() function
Dliteral.cc350 /* static */ StatusOr<Literal> MutableLiteralBase::CreateFromProto( in CreateFromProto() function in xla::MutableLiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group.cc78 /* static */ StatusOr<HloModuleGroup> HloModuleGroup::CreateFromProto( in CreateFromProto() function in xla::HloModuleGroup
Ddynamic_parameter_binding.cc64 StatusOr<DynamicParameterBinding> DynamicParameterBinding::CreateFromProto( in CreateFromProto() function in xla::DynamicParameterBinding
Dhlo_input_output_alias_config.cc78 StatusOr<HloInputOutputAliasConfig> HloInputOutputAliasConfig::CreateFromProto( in CreateFromProto() function in xla::HloInputOutputAliasConfig
Dhlo_schedule.cc33 /* static */ StatusOr<HloSchedule> HloSchedule::CreateFromProto( in CreateFromProto() function in xla::HloSchedule
Dhlo_module.cc330 StatusOr<std::unique_ptr<HloModule>> HloModule::CreateFromProto( in CreateFromProto() function in xla::HloModule
Dhlo_computation.cc662 HloComputation::CreateFromProto( in CreateFromProto() function in xla::HloComputation
Dhlo_instruction.cc67 StatusOr<std::unique_ptr<HloInstruction>> HloInstruction::CreateFromProto( in CreateFromProto() function in xla::HloInstruction
/external/perfetto/src/tracing/
Dtraced_value.cc35 TracedValue TracedValue::CreateFromProto( in CreateFromProto() function in perfetto::TracedValue