/external/tensorflow/tensorflow/core/framework/ |
D | dataset.cc | 122 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(tensor, &unused)); in Compute() 324 GetDatasetFromVariantTensor(tensor, &dataset).ok()) { in GetAllocatedBytes() 333 Status GetDatasetFromVariantTensor(const Tensor& tensor, in GetDatasetFromVariantTensor() function 416 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &input)); in MakeDataset() 423 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &input)); in MakeDataset() 426 GetDatasetFromVariantTensor(ctx->input(1), &another_input)); in MakeDataset()
|
D | dataset.h | 578 Status GetDatasetFromVariantTensor(const Tensor& tensor,
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_ops.cc | 32 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset)); in Compute() 55 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset)); in Compute()
|
D | iterator_ops.cc | 164 TF_RETURN_IF_ERROR(GetDatasetFromVariantTensor(outputs[0], &dataset)); in Restore() 554 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset)); in Compute() 577 ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset), done); in ComputeAsync() 657 ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset), done); in ComputeAsync() 904 TF_RETURN_IF_ERROR(GetDatasetFromVariantTensor(return_values[0], &dataset)); in TryInit()
|
D | zip_dataset_op.cc | 34 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(i), &input)); in MakeDataset()
|
D | graph_rewrite_dataset.cc | 74 GetDatasetFromVariantTensor(outputs[0], &optimized_input_)); in Optimize()
|
D | flat_map_dataset_op.cc | 99 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | filter_dataset_op.cc | 141 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | parallel_map_dataset_op.cc | 152 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | map_dataset_op.cc | 150 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | dataset_utils.cc | 101 GetDatasetFromVariantTensor(return_values[0], &returned_dataset)); in MakeIteratorFromInputElement()
|
D | dataset_test_base.cc | 123 Status status = GetDatasetFromVariantTensor(*output, dataset); in GetDatasetFromContext()
|
D | interleave_dataset_op.cc | 125 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | multi_device_iterator_ops.cc | 500 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset)); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | directed_interleave_dataset_op.cc | 35 GetDatasetFromVariantTensor(ctx->input(0), &selector_input)); in MakeDataset() 50 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(ctx->input(i), &input)); in MakeDataset()
|
D | to_tf_record_op.cc | 68 ctx, GetDatasetFromVariantTensor(ctx->input(0), &dataset), done); in ComputeAsync()
|
D | group_by_window_dataset_op.cc | 472 GetDatasetFromVariantTensor(return_values[0], &returned_dataset)); in StartFlushingGroup() 503 Status s = GetDatasetFromVariantTensor(t, &input); in OtherArgumentsNodeAndType()
|
D | take_while_dataset_op.cc | 144 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | scan_dataset_op.cc | 123 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | choose_fastest_dataset_op.cc | 50 OP_REQUIRES_OK(ctx, GetDatasetFromVariantTensor(tensor, &input)); in MakeDataset()
|
D | group_by_reducer_dataset_op.cc | 418 Status s = GetDatasetFromVariantTensor(t, &input); in OtherArgumentsNodeAndType()
|
D | choose_fastest_branch_dataset_op.cc | 267 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
D | map_and_batch_dataset_op.cc | 221 Status s = GetDatasetFromVariantTensor(t, &input); in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/common_runtime/data/ |
D | standalone.cc | 70 TF_RETURN_IF_ERROR(GetDatasetFromVariantTensor(outputs[0], &dataset)); in FromGraph()
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/ |
D | bigtable_kernels.cc | 223 ctx, GetDatasetFromVariantTensor(ctx->input(1), &dataset), done); in ComputeAsync()
|