HomeSort by relevance Sort by last modified time
    Searched refs:TF_DCHECK_OK (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/lib/core/
status.h 161 #define TF_DCHECK_OK(val) TF_CHECK_OK(val)
163 #define TF_DCHECK_OK(val) \
  /external/tensorflow/tensorflow/core/common_runtime/eager/
copy_to_device_node.h 49 TF_DCHECK_OK(status) << status.error_message();
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.cc 95 TF_DCHECK_OK(points_to_analysis_->VerifyBuffer(a));
96 TF_DCHECK_OK(points_to_analysis_->VerifyBuffer(b));
copy_insertion.cc 519 TF_DCHECK_OK(Verify());
782 TF_DCHECK_OK(Verify());
    [all...]
hlo_ordering.cc 361 TF_DCHECK_OK(schedule_.Verify());
shape_inference.cc 240 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(shape));
705 TF_DCHECK_OK(ShapeUtil::ValidateShapeWithOptionalLayout(result));
    [all...]
hlo_alias_analysis.cc 524 TF_DCHECK_OK(alias_analysis->Verify());
hlo_dataflow_analysis.cc     [all...]
service.cc     [all...]
hlo_instructions.h     [all...]
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 211 TF_DCHECK_OK(ShapeUtil::ValidateShape(shape));
244 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result));
251 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result));
258 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(result));
264 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(shape));
272 TF_DCHECK_OK(ValidateShape(*shape));
347 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(shape.tuple_shapes(index)));
360 TF_DCHECK_OK(ValidateShapeWithOptionalLayout(tuple));
572 TF_DCHECK_OK(ValidateShape(shape));
593 TF_DCHECK_OK(ValidateShape(shape))
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.cc 445 TF_DCHECK_OK(IsValidNode(node)) << node->DebugString();
460 TF_DCHECK_OK(IsValidNode(source)) << source->DebugString();
461 TF_DCHECK_OK(IsValidNode(dest)) << dest->DebugString();
491 TF_DCHECK_OK(IsValidNode(e->src_)) << e->src_->DebugString();
492 TF_DCHECK_OK(IsValidNode(e->dst_)) << e->dst_->DebugString();
763 TF_DCHECK_OK(IsValidNode(node)) << node->DebugString();

Completed in 3748 milliseconds