Home
last modified time | relevance | path

Searched refs:prohibit_empty_literal (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h243 bool prohibit_empty_literal = true);
Dhlo_module.cc332 bool prohibit_empty_literal) { in CreateFromProto() argument
371 prohibit_empty_literal)); in CreateFromProto()
Dhlo_computation.h237 bool prohibit_empty_literal = true);
Dhlo_computation.cc665 bool prohibit_empty_literal) { in CreateFromProto() argument
674 prohibit_empty_literal)); in CreateFromProto()
Dhlo_instruction.cc71 bool prohibit_empty_literal) { in CreateFromProto() argument
327 Literal::CreateFromProto(proto.literal(), prohibit_empty_literal)); in CreateFromProto()
344 Literal::CreateFromProto(proto.literal(), prohibit_empty_literal)); in CreateFromProto()
586 Literal::CreateFromProto(proto.literal(), prohibit_empty_literal)); in CreateFromProto()
Dhlo_instruction.h501 bool prohibit_empty_literal = true);
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h715 bool prohibit_empty_literal = true);
Dliteral.cc351 const LiteralProto& proto, bool prohibit_empty_literal) { in CreateFromProto() argument
395 if (prohibit_empty_literal || LiteralProtoHasValues(*proto_element)) { in CreateFromProto()