Searched refs:PrepareComputation (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
H A Dcomputation_builder.cc62 Status ComputationBuilder::PrepareComputation() { function in class:xla::ComputationBuilder
89 TF_RETURN_IF_ERROR(PrepareComputation());
631 if (!first_error_.ok() || !PrepareComputation().ok()) {
690 if (!first_error_.ok() || !PrepareComputation().ok()) {
1008 if (!first_error_.ok() || !PrepareComputation().ok()) {
1027 if (!first_error_.ok() || !PrepareComputation().ok()) {
1287 if (!first_error_.ok() || !PrepareComputation().ok()) {
H A Dcomputation_builder.h902 Status PrepareComputation();
911 // Before the op is run, PrepareComputation is called, and common fields in

Completed in 106 milliseconds