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

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_reader_ops.cc 37 string* test_end_point) {
43 TF_RETURN_IF_ERROR(context->GetAttr("test_end_point", test_end_point));
102 string test_end_point; local
106 &timestamp_millis, &columns, &test_end_point));
110 kDefaultRowBufferSize, test_end_point, columns,
134 string test_end_point; local
138 &timestamp_millis, &columns, &test_end_point));
142 kDefaultRowBufferSize, test_end_point, columns,
  /external/tensorflow/tensorflow/contrib/cloud/python/ops/
bigquery_reader_ops.py 75 test_end_point=None,
90 test_end_point: Used only for testing purposes (optional).
115 self._test_end_point = test_end_point
124 test_end_point=self._test_end_point)
146 test_end_point=self._test_end_point,
bigquery_reader_ops_test.py 216 test_end_point=self.server.host_port)
265 test_end_point=self.server.host_port)

Completed in 305 milliseconds