Home
last modified time | relevance | path

Searched refs:cost_estimate_ns (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc999 optional<int64> cost_estimate_ns; in ParseInstruction() local
1003 &cost_estimate_ns}; in ParseInstruction()
1008 shape, operands, *channel_name, *cost_estimate_ns)); in ParseInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc794 const string& channel_name, int64 cost_estimate_ns, const Shape& shape) { in HostCompute() argument
802 request->set_cost_estimate_ns(cost_estimate_ns); in HostCompute()
Dcomputation_builder.h457 const string& channel_name, int64 cost_estimate_ns, const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h488 tensorflow::StringPiece channel_name, const int64 cost_estimate_ns);
Duser_computation.cc3395 auto cost_estimate_ns = host_compute_request.cost_estimate_ns(); in Visit() local
3397 output_shape, operands, channel_name, cost_estimate_ns)); in Visit()
Dhlo_instruction.cc1137 tensorflow::StringPiece channel_name, const int64 cost_estimate_ns) { in CreateHostCompute() argument
1144 instruction->cost_estimate_ns_ = cost_estimate_ns; in CreateHostCompute()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto557 int64 cost_estimate_ns = 3; field