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

  /external/tensorflow/tensorflow/cc/framework/
scope.h 208 Status DoShapeInference(Node* node) const;
210 // Creates a new root scope that causes all DoShapeInference() calls to return
scope.cc 426 Status Scope::DoShapeInference(Node* node) const {
  /external/tensorflow/tensorflow/core/common_runtime/
function_testlib.cc 71 TF_CHECK_OK(scope->DoShapeInference(n));
constant_folding_test.cc 344 TF_ASSERT_OK(s.DoShapeInference(times_two));
378 TF_ASSERT_OK(s.DoShapeInference(non_cpu));
  /external/tensorflow/tensorflow/cc/ops/
const_op.cc 37 scope.UpdateStatus(scope.DoShapeInference(ret));
const_op.h 62 scope.UpdateStatus(scope.DoShapeInference(ret));
while_loop.cc 85 TF_RETURN_IF_ERROR(scope.DoShapeInference(merge_node));
  /external/tensorflow/tensorflow/core/framework/
variant_op_copy_test.cc 144 scope.UpdateStatus(scope.DoShapeInference(ret));
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 116 scope.UpdateStatus(scope.DoShapeInference(ret));
645 TF_ASSERT_OK(scope.DoShapeInference(fill));
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 178 scope.UpdateStatus(scope.DoShapeInference(ret));

Completed in 82 milliseconds