Home
last modified time | relevance | path

Searched refs:else_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc59 XlaCompiler::CompilationResult* else_result) { in PopulateTensorArrayGradients() argument
61 for (XlaCompiler::CompilationResult* result : {then_result, else_result}) { in PopulateTensorArrayGradients()
92 const XlaCompiler::CompilationResult& else_result, in ValidateShapes() argument
104 if (else_result.xla_input_shapes.size() != 1) { in ValidateShapes()
107 xla::Shape else_input_shape = else_result.xla_input_shapes[0]; in ValidateShapes()
120 else_result.xla_output_shape) && in ValidateShapes()
121 !xla::ShapeUtil::DynamicShapeIsCompatible(else_result.xla_output_shape, in ValidateShapes()
130 xla::ShapeUtil::HumanString(else_result.xla_output_shape), in ValidateShapes()
139 xla::ShapeUtil::HumanString(else_result.xla_output_shape)); in ValidateShapes()
148 else_result.outputs[output_index].is_tensor_list; in ValidateShapes()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc153 InstantiationResultForTest else_result; in CheckGraphDef() local
155 InstantiateFunctionForTest(else_fn.name(), library, &else_result)); in CheckGraphDef()