Searched refs:set_operation (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | sets_impl.py | 93 def _set_operation(a, b, set_operation, validate_indices=True): argument 123 set_operation, validate_indices) 129 a, b.indices, b.values, b.dense_shape, set_operation, validate_indices) 132 a, b, set_operation, validate_indices)
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 82 allocation.set_operation(operation); in RecordRawAllocation() 95 deallocation.set_operation(operation); in RecordRawDeallocation()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DenseToDenseSetOperation.pbtxt | 39 See SetOperationOp::SetOperationFromContext for values of `set_operation`. 44 dimension contains the result of `set_operation` applied to the corresponding
|
D | api_def_DenseToSparseSetOperation.pbtxt | 54 See SetOperationOp::SetOperationFromContext for values of `set_operation`. 67 dimension contains the result of `set_operation` applied to the corresponding
|
D | api_def_SparseToSparseSetOperation.pbtxt | 69 See SetOperationOp::SetOperationFromContext for values of `set_operation`. 90 dimension contains the result of `set_operation` applied to the corresponding
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 853 …argspec: "args=[\'set1\', \'set2\', \'set_operation\', \'validate_indices\', \'name\'], varargs=No… 857 …argspec: "args=[\'set1\', \'set2_indices\', \'set2_values\', \'set2_shape\', \'set_operation\', \'… 3601 … \'set1_shape\', \'set2_indices\', \'set2_values\', \'set2_shape\', \'set_operation\', \'validate_…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 853 …argspec: "args=[\'set1\', \'set2\', \'set_operation\', \'validate_indices\', \'name\'], varargs=No… 857 …argspec: "args=[\'set1\', \'set2_indices\', \'set2_values\', \'set2_shape\', \'set_operation\', \'… 3601 … \'set1_shape\', \'set2_indices\', \'set2_values\', \'set2_shape\', \'set_operation\', \'validate_…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 14159 … set2_indices tf.Output, set2_values tf.Output, set2_shape tf.Output, set_operation string, option… 14163 attrs := map[string]interface{}{"set_operation": set_operation} 15040 … set2_indices tf.Output, set2_values tf.Output, set2_shape tf.Output, set_operation string, option… 15044 attrs := map[string]interface{}{"set_operation": set_operation} 36039 func DenseToDenseSetOperation(scope *Scope, set1 tf.Output, set2 tf.Output, set_operation string, o… 36043 attrs := map[string]interface{}{"set_operation": set_operation}
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 9936 name: "set_operation" 9993 name: "set_operation" 35040 name: "set_operation"
|
D | ops_history.v2.pbtxt | 19555 name: "set_operation" 19612 name: "set_operation" 78940 name: "set_operation"
|
D | ops_history.v1.pbtxt | 19898 name: "set_operation" 19955 name: "set_operation" 79567 name: "set_operation"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 9236 name: "set_operation" 9293 name: "set_operation" 37870 name: "set_operation"
|